简体   繁体   中英

Can't list all my application in iOS5

I use the following code to list all my applications in the App Store.

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"itms-apps://itunes.com/apps/AbcCompany"]];

It works fine on iOS 4.3 but lists nothing on iOS 5. Does anybody know how to solve it?

Please check whether apple approve that apps, if it approved app means then only you can see on iTunes before that it does not open.

Please follow this structure: itms://itunes.apple.com/us/app/my-app-name-is-new/id389921?mt=8 If you need further information contact me

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM