arashpayan / appirater

A utility that reminds your iPhone app's users to review the app.

Home Page:http://arashpayan.com/blog/2009/09/07/presenting-appirater/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not displaying Appirater Alertview

royherma opened this issue · comments

My app is swift based 9.0, installed Appirater via cocoapods. Have this code in my AppDelegate:

    Appirater.setAppId("106037XXXX") //replace X's with last 4 digits just for here
    Appirater.setDaysUntilPrompt(2)
    Appirater.setUsesUntilPrompt(10)
    Appirater.setSignificantEventsUntilPrompt(-1)
    Appirater.setTimeBeforeReminding(2)
    Appirater.setDebug(true)

Code is definitely executed, but no popup appears. Tried both on simulator and actual device. Any ideas?

Thanks

Same here with an ObjC app... the alertview is not shown.

Same thing for me, in Swift too.

I guess this is because Appirater uses UIAlertView, which is deprecated in iOS9.

Deprecated doesn't mean it shouldn't work... @Clafou

@royherma You're right, I stand corrected. I just did a quick test in an iOS9 project and UIAlertView, although deprecated, did work.

Same here! It´s been a few months now. No news about this?

You've set it to only show up after 2 days. Have you waited 2 days? If you want to test it right away, change setDaysUntilPrompt to 0.