Originally created by @AlexZd on GitHub (Sep 29, 2014).
When I click this this (Remind Later) button iTunes or StoreKit opens anyway.
Also it isn't enough debug mode only. It appears only when I placed:
Armchair.debugEnabled(true)
Armchair.userDidSignificantEvent(true)
This is because UIAlertView's firstOtherButtonIndex is not being set correctly despite the indication it should be in the UIAlertView header. I have swapped it to "1" instead and will push up to master in a bit.
@coneybeare commented on GitHub (Sep 30, 2014):
This is because UIAlertView's firstOtherButtonIndex is not being set correctly despite the indication it should be in the UIAlertView header. I have swapped it to "1" instead and will push up to master in a bit.
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 @AlexZd on GitHub (Sep 29, 2014).
When I click this this (Remind Later) button iTunes or StoreKit opens anyway.
Also it isn't enough debug mode only. It appears only when I placed:
Armchair.debugEnabled(true)
Armchair.userDidSignificantEvent(true)
@coneybeare commented on GitHub (Sep 30, 2014):
This is because UIAlertView's firstOtherButtonIndex is not being set correctly despite the indication it should be in the UIAlertView header. I have swapped it to "1" instead and will push up to master in a bit.
@coneybeare commented on GitHub (Sep 30, 2014):
Fixed in
af5e5af4da@AlexZd commented on GitHub (Oct 1, 2014):
thank you