UrbanApps / Armchair

A simple yet powerful App Review Manager for iOS and OSX in Swift
MIT License
1.2k stars 137 forks source link

Remind Later issue #1

Closed AlexZd closed 10 years ago

AlexZd commented 10 years ago

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 10 years ago

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 10 years ago

Fixed in af5e5af4da8ee177d40faf1b6c65a202139928fc

AlexZd commented 10 years ago

thank you