This Week's Sponsor:

Notify

Monitor Websites & RSS Feeds. Private. Simple. No Servers Required.


Posts in mac

Required Reading On App Store Pricing For Developers

Required Reading On App Store Pricing For Developers


The development of an app no doubt involves many tough decisions and trade-offs that you have to make, and one of the biggest will be at what price to sell your app for. To help clarify the important lessons and issues to consider when pricing an app, Michael Jurewitz has posted a five-part series based on his Çingleton and NSConference talks on ‘Understanding App Store Pricing’.

I’ve included below a brief summary of each article by Michael, but it’s really no substitution for reading the entire series yourself. It’s well written and although at times it covers some moderately complex microeconomic theories, it is broken down in easy to understand language with helpful diagrams and practical examples.

Permalink



Wingman – Your GitHub Code Concierge

On the surface Wingman is a simple menu bar application that integrates with a Github account to manage projects. As you dive deeper into the app you will find more robust features that help accomplish routine tasks such as the ability to create separate branches for features, bugs, hotfixes, and releases. What makes Wingman so simple to use is not the minimal interface, actually it is the “Task Driven Workflow” that is easy to understand for developers and non-developers alike.

All actions in Wingman start with a task. For example, if you have a bug in your project you would like to work on, you would start by clicking the Wingman icon in the menu bar (or by hitting command+enter on the keyboard) and arrowing down to your repo for that project. If you have already loaded the project then a sub menu will display the available tasks you can perform for that project (e.g. Work on a new bug fix or Work on a new feature). As an example, I chose Work on a new bug fix. Wingman will ask for a name to associate with the bug fix and it even allows you to select a pre-existing GitHub Issue or create a new one at that time. Wingman then goes in to action doing all the work required to create a separate branch for the bug fix as well as cloning it to your local computer. The automated tasks are quick and reliable in my experience. The integration with GitHub Issues is perhaps my favorite part of Wingman. Having a paid account with GitHub for a while now, I love tools that really help me get my moneys worth out of the service. I have been using Wingman with a couple of projects in private repos associated with a GitHub organization account and it has worked flawlessly.

Read more