mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-01-14 14:23:25 +01:00
iOS 10.3 API #57
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 @jackcsk on GitHub (Feb 1, 2017).
Just writing to find out if Armchair plans to provide transparent support for iOS 10.3
i.e. call SKStoreReviewController's
requestReview()method on iOS 10.3, and use current routine on iOS 10.2 or below@coneybeare commented on GitHub (Feb 10, 2017):
This is definitely something I will look into as more details emerge.
@jlaws commented on GitHub (Mar 11, 2017):
+1
@jlaws commented on GitHub (Mar 29, 2017):
10.3 is out
https://developer.apple.com/reference/storekit/skstorereviewcontroller
@jlaws commented on GitHub (Mar 29, 2017):
For those that don't want to wait for the library to add support, you can do this where you setup Armchair:
@ari3l commented on GitHub (May 5, 2017):
Took a shot at implementing this.
Just made a PR based off @jlaws code.
@coneybeare commented on GitHub (May 7, 2017):
This needs to be opt-in, so previous expected behavior is not altered. Please add a public var to enable this logic and I will merge in.
@ari3l commented on GitHub (May 7, 2017):
@coneybeare
I don't understand. The feature is already opt-in. By default no behavior is altered. To use the new review prompt, simply do this:
@coneybeare commented on GitHub (May 8, 2017):
Yes you're right. Sorry, I misread your comment earlier as in future tense. I just reviewed your PR, looks great.
@umekun123 commented on GitHub (Sep 2, 2017):
I cannot see Armchair.useStoreKitReviewPrompt(true) on 4.4, is it disabled for some reason?
@coneybeare commented on GitHub (Sep 2, 2017):
We have no version 4.4, are you sure you are looking at the right pod?
@umekun123 commented on GitHub (Sep 2, 2017):
Sorry, my mistake. I was using the cocoapod latest version and it didn't support the latest one who supports useStoreKitReviewPrompt. I simply copied the latest codes to my pods file and it works fine now. It would be great if the latest pods will be udpated to support the latest version. :)