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...