Anticipate app store url before publish
Sorry if this is a silly question.
My app links to itself in the app store to nag for ratings. How can i determine this url before the app is published to the app store?
thanks
Sorry if this is a silly question.
My app links to itself in the app store to nag for ratings. How can i determine this url before the app is published to the app store?
thanks
Here's a piece of trivia for you: the first iPhone had a codename of "purple". That still shows up sometimes, like when going to the review page. Here's how I get to the review page for my app:
navigateToURL(new URLRequest("itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=514220257"),"_blank");
That last number (514220257) is the ID for one of my apps, which you would replace with your ID. As you submit an app you will at some point know the ID for it. You will want to do one last build of the IPA, changing the URL to match the ID that you've been given.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.