All Books 93 Stack Overflow 82 Daily Thoughts 78 Ionic 61 Miscellaneou$ 60 Quick tips 43 CodeProject 36 NodeJS 27 Programming 22 JavaScript 18

How to run your app on the iPhone with the newest OS version via an older version of Xcode?

In this short post, I’ll explain how to run your app via an older version of Xcode (9.2 in my particular case) on your iPhone that has the…

How to create a native iOS app that can read Search Ads Attribution API information

TL;DR In this post, I’ll show you how easy it is to create a native iOS app that can read Search Ads Attribution API information. You can check…

How to use fastlane pem to automatically generate and renew your VoIP push notification profiles

In the previous tutorial, I showed you how easy it is to use fastlane pem to automatically generate and renew your push notification profiles. In this tutorial, I’ll…

How to use fastlane pem to automatically generate and renew your push notification profiles

This is a short tip which will save you a lot of time! Ever gone through the tedious task of manually creating and maintaining your push notification profiles…

How to create a native iOS app that can receive VoIP push notifications

TL;DR In this tutorial, I’ll give you step by step instructions on how to create a native iOS app with Swift (ObjectiveC code also available in the Github…