UrbanApps / Armchair

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

Trouble with versions ? #70

Closed dirkbartels14050 closed 8 years ago

dirkbartels14050 commented 8 years ago

I installed Armchair via cocoapods. The installation worked fine. I do have a couple of issues. It seems that the version that is installed is not the latest version. Example

In the documentation is referred to this method:

Armchair.ratingConditionsHaveBeenMet() -> Bool

This method is 'private' in the delivered code and therefore not reachable.

Also, the KeyDeclinedToRate returns 'true'. This was never set, how is that possible ? It seems to me that this state does not allow to show the rating prompt.

Any comments / advice ?

coneybeare commented 8 years ago

Try installing from head

dirkbartels14050 commented 8 years ago

Thanks. That worked. Would be great if you guys post a new version that can be installed via cocoapods