mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-01-14 14:23:25 +01:00
Trouble with versions ? #46
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dirkbartels14050 on GitHub (Jul 26, 2016).
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 on GitHub (Jul 27, 2016):
Try installing from head
@dirkbartels14050 commented on GitHub (Jul 28, 2016):
Thanks. That worked. Would be great if you guys post a new version that can be installed via cocoapods