Xcode Simulator Tips and Tricks
The Xcode simulator is the developer’s friend across their iOS development journey. Without it, debugging applications has to always happen on device which is time consuming and a lot of…
The Xcode simulator is the developer’s friend across their iOS development journey. Without it, debugging applications has to always happen on device which is time consuming and a lot of…
With iOS 15.1 you can integrate your app into FaceTime using the new SharePlay technology. Below is the simplest implementation of SharePlay and GroupActivities API that I could write, and…
There are so many additions to the new Xcode 12, New Swift and Swift UI, many bug fixes and improvements, as well as a new look and feel. In addition…
An App Clip, as the name indicates, is a small app that can be launched on your phone without having to have the actual full app downloaded and installed. As…
If you are creating a new iOS app, you will need to create a new App Identifier. Follow the following Step-By-Step post to know how. Step 1 Login to Developer.Apple.com…