简体   繁体   English

如何在仪表板上显示此应用消息的评分

[英]How to show rate this app message on dashboard

Is it possible to use appirater, iRate or other method to show "rate this app" message when user go back to dashboard. 当用户返回到仪表板时,是否可以使用Appirater,iRate或其他方法显示“为该应用评分”消息。 I tried to use appirater in applicationdidenterbackground. 我试图在applicationdidenterbackground中使用appirater。 But the message didn't show. 但消息未显示。

When your application is going to background the popup won't be visible for a user - it will be shown within your app. 当您的应用程序进入后台时,该弹出窗口将对用户不可见-它会显示在您的应用程序中。 You can show it when user goes back to your app using: 您可以使用以下命令在用户返回您的应用时显示它:

- (void)applicationWillEnterForeground:(UIApplication *)application

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM