简体   繁体   中英

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. I tried to use appirater in applicationdidenterbackground. 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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