¡@

Home 

2014/10/15 ¤U¤È 10:13:27

iphone Programming Glossary: reviewurl

In-app Review Link

http://stackoverflow.com/questions/4077146/in-app-review-link

my app to the review page of an app. This works perfectly with some of my App ID's like this one 375031865 NSString reviewURL @ itms apps itunes.apple.com WebObjects MZStore.woa wa viewContentsUserReviews id 375031865 onlyLatestVersion true pageNumber.. true pageNumber 0 sortOrdering 1 type Purple Software UIApplication sharedApplication openURL NSURL URLWithString reviewURL This also works Same APP ID different link format NSString reviewURL @ itms apps ax.itunes.apple.com WebObjects MZStore.woa.. sharedApplication openURL NSURL URLWithString reviewURL This also works Same APP ID different link format NSString reviewURL @ itms apps ax.itunes.apple.com WebObjects MZStore.woa wa viewContentsUserReviews type Purple Software id 375031865 But..