In my iOS app, I have a simple feature that lets the user rate my app. They can click a button and up will come the app’s page inside of the AppStore App. The problem is that my app is not published on the AppStore yet, so I don’t have a link for it.
Where can I get a link for it before it’s published? Is there a particular spot for this in iTunes Connect?
Or is there just a special URL format to use (ex. )?
I would register your application with ITC to make sure the name is not in use first, but all app URL’s follow this format:
You call it with a handy-dandy openURL command like:
Replace “appname” with the specific name of your app in ITC (not the bundle identifier or any other means of identification).