Rate app button on my iOS App

1.1k views Asked by At

On my iOS app, I need to add a button "Rate this app"..

I'm confused about the link to itunes: How can I know my APP_ID.

The application is not yet on the store but I'm ready for publication (I have everything that I need)

2

There are 2 answers

0
san On BEST ANSWER

1) You must have prepared your app for submission on https://itunesconnect.apple.com. If not, please go ahead.

2) Then, it generates "Apple Id". That is an automatically generated ID assigned to your app.

This "Apple Id" is your APP_ID.

You can ses this(Apple Id) under "General App Information" section below the "App Icon".

1
Ameer Sheikh On

In the iTunes connect portal, navigate to My Apps and then to the version of the app you are about to release. In the tabs above, click "More" and then View on App Store. The resulting page displayed will the url of this app (it will navigate to a broken page right now since your app hasn't been released yet).

For future reference, the iTunes url format of any app submitted is as follows:

https://itunes.apple.com/<STORE_ID>/app/id<APPLE_ID>

where,

STORE_ID is the store code where you are releasing the app (us by default) APPLE_ID is the Apple ID of your app (can be found both on iTunes Connect -> Apps -> -> More -> About this App AND on the details page for your app)

Sample:

store: US :: Apple ID: 869231055

resulting URL: https://itunes.apple.com/us/app/id869231055