Search code examples
iosiphoneios7

How to get iTunes Connect id before publish app?


I write the following codes in my app:

    NSString *urlStr = [NSString stringWithFormat:@"itms-apps://itunes.apple.com/app/id"];
    [[UIApplication sharedApplication] openURL:[NSURL URLWithString:urlStr]];

Users can open the url of my app in App Store, and then they can rate stars.
But I don't know my iTunes Connect id, because I've not publish it yet. How can I deal with it?


Solution

  • Sign in to iTunes Connect and create your app. There is no need to upload a build. When you create your app in iTunes Connect you will get tha appId (the id you want).

    Once you create your app in iTunes Connect, you can get your id in the About this app section. enter image description here