Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not displaying Appirater Alertview #232

Closed
royherma opened this issue Nov 19, 2015 · 7 comments
Closed

Not displaying Appirater Alertview #232

royherma opened this issue Nov 19, 2015 · 7 comments

Comments

@royherma
Copy link

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

@kontextbewusst
Copy link

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

@benjamincombes
Copy link

Same thing for me, in Swift too.

@Clafou
Copy link

Clafou commented Feb 17, 2016

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

@royherma
Copy link
Author

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

@Clafou
Copy link

Clafou commented Feb 18, 2016

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

@jlubeck
Copy link

jlubeck commented Mar 7, 2016

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

@arashpayan
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants