ButtonNode with enable

This is a follow-up to my previous ButtonNode post.  In this update I will be adding additional functionality to the button to allow the button to be enabled and disabled. For this new functionality I want the ButtonNode to be able to do the following: Maintain a boolean value indicating the current state of the […]

Continue reading

Preroll Video iAd’s as Reward Incentive

A common Freemium model for mobile games is to offer a reward (currency, bonuses, etc) in exchange for watching a fullscreen video ad. Attempting to recreate this model using video preroll iAds is possible but has some less than ideal complications. I’ll be going over the basic implementation and the things I wish were different. […]

Continue reading

SpriteKit and iOS9

This is a short post discussing a few issues that we encountered with updating our SpritKit based game, Fillips Feast, to work with iOS 9. For the most part everything just worked when running Fillip’s Feast on iOS 9.  But, we did encounter a few issues. One of the first things we noticed was that our […]

Continue reading