Guest User

Untitled

a guest
Jan 15th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. - (void) executeGameReview
  2. {
  3. [FlurryAnalytics logEvent:@"GAME_REVIEW_REDIRECT"];
  4.  
  5. UIApplication *myapp = [UIApplication sharedApplication];
  6. NSString *appURL = @"itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=325793558&onlyLatestVersion=true&pageNumber=0&sortOrdering=1&type=Purple+Software";
  7. NSURL *myurl = [NSURL URLWithString:appURL];
  8. [myapp openURL:myurl];
  9. }
Add Comment
Please, Sign In to add comment