Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 iPhone 应用程序,可在应用程序商店免费获得。现在我想制作相同的应用程序来付费。到那时没问题。但摆在我面前的挑战是发布同一应用程序的试用版,其中很少有功能被禁用或根本没有显示。我想要的是在试用应用程序上放置一个按钮,该按钮将用户带到付费版本的应用商店。
这该怎么做?
- (IBAction) openPremierVersionAppStore { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"itms://itunes.apple.com/us/app/shaifgupta/app_id"]]; }