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
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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.