我在 App Store 中看到允许您下载其他游戏的游戏。与其将应用程序切换到 App Store 以下载其他游戏,不如在应用程序本身内建立一个嵌入式 App Store。
Zoo Country 是执行此操作的应用程序示例。
我所知道的将某人带到应用商店下载另一个应用的唯一方法是执行以下操作,但这会切换应用:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"itms://itunes.com/apps/appname"]];
Zoo Country 是如何嵌入 App Store 的?