by Dj Sison | Aug 23, 2015 | iOS Development
If you have built your application using the iOS 7 SDK before, and now you are using the iOS 8 SDK, chances are you need to do some code changes to correctly support iOS 8. One of them is the use of Location Services, or the CLLocationManager class. If you do not...
by Dj Sison | Aug 3, 2015 | iOS Development
When it comes to iOS Push Notifications, many developers are confused about the proper setup and combination of signing identities and the server to which to point your app to for registration of the device token. Here is a handy guide for this: If your app is signed...
by Dj Sison | May 25, 2014 | Apps
Happy Goals is doing great in the AppStore! It has been featured in many countries, and it is now one of the Top Paid Productivity Apps! Download now! I’m gonna share a tip in making your Goals list more beautiful. When adding a Goal, you will specify 4 things,...
by Dj Sison | May 19, 2014 | Apps
Hi everyone. We have just released our 2nd iOS app in the AppStore! Download it now while it’s free! Happy Goals has been tagged as one of the Best New Apps in the following 20 countries: Brunei, Cambodia, Canada, Denmark, Finland, Hong Kong, Indonesia, Ireland,...
by Dj Sison | Mar 18, 2014 | iOS Development
I usually create a Settings entry for my apps to include an Acknowledgements screen, where I display info about the Open Source libraries used in the app. This article will show you how to create one, with two base elements: Toggle Switch – which I will use to...