iOS 14 App Submission Checklist – How To Submit an app to AppStore Connect
A quick checklist of the all the things you will need from your client or product manager before you start the submission process for a new iOS app.
My personal blog about tech and mobile
A quick checklist of the all the things you will need from your client or product manager before you start the submission process for a new iOS app.
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 and head to the Certificates, IDs & Profiles. Step 2 Select Identifiers from the side menu Step 3 Click the + button next to Identifiers … Read more
If you are a software engineer, you’re most likely have interacted and used a version control system such as Git or SVN. I have used both, but for the past 5 years or so I have been mostly using Git for work and personal projects. I think it provides a simpler and easier way to … Read more
If you happen to have an older smartphone, Android or iPhone, there is a good chance that its just collecting dust somewhere! Instead of that, why not actually use it as a music player! Here is how: Make sure the software on your phone is up to date with the latest compatible software available for … Read more
If you have an older iPad that is just sitting in your drawer collecting dust, you can probably still use it for a thing or two. I found my old iPad Mini (original iPad Mini) that stopped receiving iOS update as of iOS 9.3.5, and I wasn’t sure what to do with it. I looked … Read more
Quick overview video of the top features in iOS 13 beta. I’m running beta 7 on an iPhone XS.
KKRateMyApp is a simple Swift rate app library that prompts your app users to rate the app after using it for a X times. Click here to visit KKRateMyApp on GitHub. Requirements Xcode 8 or higher iOS 10.3 or higher Installation All you need is import KKRateMyApp.swift to your project folder. Usage Example In your … Read more