In the last days Google sent out emails to App developers which uses their AdSense and AdMob frameworks explaining the new Google Cookie Policy. Google urges them to inform their users about the usage of the advertising cookies: From Google: European laws require that digital publishers give visitors to their sites and apps information about […]
Use iAd and AdMob ads in the same app Today I’ll show how to use iAd together with AdMob ads. If you use the interstitial ads provided by Apples iAd frequently, you might have seen that the fill rate is not always 100 percent: One reason could be that there was just not enough time […]
The easiest way to add iAD banners to your app Today I’ll show a very simple way to integrate an ad banner to your iOS app. Most tutorials (including mine) explain the complex way by implementing the ADBannerViewDelegate protocol. If you don’t care about error handling, animations, positioning or the maximum number of allowed banner instances […]
Yet Another (Watch) Puzzle Game: Simple puzzle game inspired by the 15 Puzzle for Apple Watch, iPhone and iPad. New in version 1.3: Puzzle mode – slide image tiles instead of numbers.
How to implement an Interstitial Ad combined with a counter Today I’ll show how to implement a often used pattern in free games: Usually you can play free games a certain time, till a fullscreen ad is shown. For example after each third game over an ad is shown. Implementing this behaviour for the iOS […]
In-App Purchases
In-App Purchases: How to implement a space shooter with SpriteKit and SWIFT – Part 8 Tutorial Overview: How to implement a space shooter with SpriteKit and SWIFT Part 1: Initial project setup, sprite creation and movement using SKAction and SKConstraint Part 2: Adding enemies, bullets and shooting with SKAction and SKConstraint Part 3: Adding a HUD with SKLabelNode […]
Today my Apple Watch was delivered 🙂 I immediately tried to deploy my prototypes to the Apple Watch, to see how the behave on real hardware. The simulator gives only a first impression. Here are my learnings: Basically you need to perform two steps: Add the UDID of your apple watch to the developer portal Update your […]
Welcome to my new SWIFT tutorial. Today I’ll show you how to implement social media integration for Facebook and Twitter. Additionally I’ll explain Email integration and how to embed a direct AppStore link to provide a convenient way for players to rate an app. My latest game in the AppStore contains a sample: The […]
My sample game developed in my SpriteKit Tutorial is in the AppStore: SourceCode: here A more sophisticate game also based on the tutorial: Overview: How to implement a space shooter with SpriteKit and SWIFT Part 1: Initial project setup, sprite creation and movement using SKAction and SKConstraint Part 2: Adding enemies, bullets and shooting with SKAction and SKConstraint […]
iAd Integration
Adding iAd Integration: How to implement a space shooter with SpriteKit and SWIFT – Part 7 Tutorial Overview: How to implement a space shooter with SpriteKit and SWIFT Part 1: Initial project setup, sprite creation and movement using SKAction and SKConstraint Part 2: Adding enemies, bullets and shooting with SKAction and SKConstraint Part 3: Adding a HUD with SKLabelNode and SKSpriteNode Part 4: […]