Originally created by @csemresari on GitHub (Sep 25, 2017).
Currently Armchair's rateApp() function is not working.
In order to open the "Write Review" page in AppStore:
**_1) Use_**
```
Armchair.opensInStoreKit(false)
```
**_2) Change Armchair's reviewURLString() like below_**
```
fileprivate func reviewURLString() -> String {
let workingReviewURL = "https://itunes.apple.com/us/app/id\(appID)?ls=1&mt=8&action=write-review"
return workingReviewURL
}
```
Nice find. Please submit a pull request that has this as a backwards compatible value per iOS version. Don't forget about the affiliate code and affiliate campaign values as well.
@coneybeare commented on GitHub (Sep 26, 2017):
Nice find. Please submit a pull request that has this as a backwards compatible value per iOS version. Don't forget about the affiliate code and affiliate campaign values as well.
What is the plan for updating this for iOS 11? @csemresari are you working on a fully backwards compatible change? I noticed this forked change which seems good enough for most of us to proceed. I'd prefer to use a formal release from this repo, but I am concerned that it lacks support for iOS 11 a good while after the update was released...
@dagerydoo commented on GitHub (Oct 5, 2017):
What is the plan for updating this for iOS 11? @csemresari are you working on a fully backwards compatible change? I noticed this [forked change](https://github.com/nafetswirth/Armchair/commit/a900845ca3ba3ef467aba4b89550205b3e83eddd) which seems good enough for most of us to proceed. I'd prefer to use a formal release from this repo, but I am concerned that it lacks support for iOS 11 a good while after the update was released...
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @csemresari on GitHub (Sep 25, 2017).
Currently Armchair's rateApp() function is not working.
In order to open the "Write Review" page in AppStore:
1) Use
2) Change Armchair's reviewURLString() like below
@coneybeare commented on GitHub (Sep 26, 2017):
Nice find. Please submit a pull request that has this as a backwards compatible value per iOS version. Don't forget about the affiliate code and affiliate campaign values as well.
@dagerydoo commented on GitHub (Oct 5, 2017):
What is the plan for updating this for iOS 11? @csemresari are you working on a fully backwards compatible change? I noticed this forked change which seems good enough for most of us to proceed. I'd prefer to use a formal release from this repo, but I am concerned that it lacks support for iOS 11 a good while after the update was released...
@coneybeare commented on GitHub (Oct 11, 2017):
I've updated master with this change, and am pushing cocoapod version 0.3.4 now.