create an app id in appstore connect

How To Create an App Identifier in AppStore Connect – Updated for iOS 14

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 Step 4 Select App IDs then hit Continue. Step 5…
KKRateMyApp for Swift

KKRateMyApp for Swift

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 AppDelegate, didFinishLaunchingWithOptions add the following: //Replace with the number of…