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.
当用户返回仪表板时,是否可以使用 appirater、iRate 或其他方法显示“评价此应用”消息。我尝试在 applicationdidenterbackground 中使用 appirater。但是消息没有显示。
当您的应用程序进入后台时,用户将看不到弹出窗口 - 它会显示在您的应用程序中。当用户返回您的应用程序时,您可以使用以下命令显示它:
- (void)applicationWillEnterForeground:(UIApplication *)application