How to Reduce your App Bundle Size with ImageAlpha and ImageOptim
Have you ever tried to download a large app in the App Store, only to see Apple’s 100MB warning? In order to download apps from the App Store that exceed …
Have you ever tried to download a large app in the App Store, only to see Apple’s 100MB warning? In order to download apps from the App Store that exceed …
One of the best ways to learn programming and game development is to start making a basic game on your own. Pong is the first game that I ever made, …
Ads play a crucial role in virtually all forms of media. There are commercials on the television, pages of ads throughout magazines, and previews before the movies. You might even get …
There are two native programming languages for iOS—Objective-C and Swift. This becomes abundantly clear as soon as you start your first project in Xcode. After pressing to create a new …
The mobile app development world is fragmented. There are dozens of companies competing to provide backends, analytics, and ad networks. The game engine market is no different. There are countless …
When programming, it is really important to put fail-safes into your code to deal with potential errors. This is code that would serve no purpose if everything executes exactly like …
If you’re scrolling through your Facebook feed, which image is more likely to catch your eye? Perhaps the image of the castle will intrigue strategy game enthusiasts. The letter tiles …
Congrats—your new app is finally done! You’ve beta tested, gotten extensive feedback, and all of the finishing touches are finally implemented. Everything is polished and ready to go for your …
After discussing monetization strategies last week, I thought it would be interesting to examine a high profile launch from last month that used a very unusual approach: Super Mario Run. …
So you want to make an iPhone game, but you aren’t quite sure which monetization model to use. Perhaps some research is in order. Open up the App Store and …