0

Im Linking to appstore from my app using

 

`NSString *iTunesLink = @"itms-apps://itunes.com/apps/companyname/";
     [[UIApplication sharedApplication] openURL:[NSURL URLWithString:iTunesLink]];

This works, but when returning to my app it's just a blank screen and I have to restart the app.

Am I missing some fundemanatal piece of code here

4

1 回答 1

0

尝试使用这种格式的链接 itms-apps://ax.itunes.apple.com/app/id123456789

于 2012-08-05T21:52:59.337 回答