UrbanApps / Armchair

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

Can't get this working in Debug mode #116

Closed writing-shed closed 6 years ago

writing-shed commented 6 years ago

I've installed using cocoapods including the code to set the debug flag. I've checked the build settings (IOS) and the flag is set. I've tried calling debugEnabled, but no alert appears. If I call showPrompt it does appear, so it seems to be working, just not in debug mode. Any idea why?

writing-shed commented 6 years ago

Ignore this - it started working OK