If you’ve ever encountered the “Product Not Found” error message when attempting to make an In-App Purchase (IAP), you know how frustrating it can be. This error can occur for […]
Removing Swipe Gesture in UICollectionView
UICollectionView is a powerful UI component used to display collections of items. It provides a lot of customization options and is widely used in many iOS applications. One of the […]
Protected: Apple watch background task research
There is no excerpt because this is a protected post.
Stuck on Verifying app – authenticating with the App Store… ??
Are you stuck on verifying app – authenticating with the App Store… If so, you are in the right place to fix the issue. I tried to fix it by […]
Enabling Universal Links for iOS [Laravel]
Universal link basically is to verify that your domain belongs to you so that, if the corresponding link is detected, it can be directly to specific view as required. So, […]
iPhone keeps connecting and disconnecting continuously in Mac? [Fixed]
Is your iPhone connecting and disconnecting continuously? Is it showing Trust this computer popup and disappears continuously? Is your phone making sound plung plung plung ? continuously? Well, guys if […]
App gone free [iOS] Jan 21, 2019
Here are new apps and games for iOS devices which gone free as per date Jan 21, 2019. Please download them soon before they go paid again. Wanderer of Lifetimes […]
Realm: Advantage using List [iOS][Swift]
Using Realm makes our code clean and easy to communicate with local database. Realm includes List class which is quite powerful. I did use it but didn’t know the actual […]
How to trigger a function after certain time once typing ends in Swift?
Hello everyone! Today I am going to show you how you can trigger a method after certain duration which executes only after you stop typing. Well, you might think there […]