mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-01-11 21:10:23 +01:00
Prompt is showing , but after pressing Rate now button not showing , juts infinite loading #78
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FaizalMalik on GitHub (Jan 31, 2019).
I have integrated the swift framework and in app delegate initialised Armchari with my app id -
Armchair.appID(MY_APP_ID)
then in a button call i used -
Armchair.resetAllCounters()
Armchair.showPrompt()
App showing the pop and when i click the rate now nothing happens...
As my app is not published to production, i tried with the Armchair.debugEnabled(true) , still the result is same ..
Could you please tell me how can i see my iTunes page for rating ?
Thanks in advance
@coneybeare commented on GitHub (Feb 12, 2019):
Try stepping through the code and seeing what is happening in your setup.