[AC-4882] Support the SKStoreReviewController API coming in iOS 10.3
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Done |
Resolution Date | 2017-03-28T13:49:47.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | ios, reviews |
Reporter | Matthew Delmarter |
Assignee | Shak Hossain |
Created | 2017-03-27T22:33:21.000+0000 |
Updated | 2017-03-28T15:43:03.000+0000 |
Description
iOS 10.3 introduces a new way to ask customers to provide App Store ratings and reviews for your app. Using the SKStoreReviewController API, you can ask users to rate or review your app while they're using it, without sending them to the App Store. You determine the points in the user experience at which it makes sense to call the API and the system takes care of the rest.
https://developer.apple.com/library/content/releasenotes/General/WhatsNewIniOS/Articles/iOS10_3.html
It would be great to support this API as soon as possible.
You can use the [Ti.ReviewDialog](https://github.com/hansemannn/titanium-review-dialog) module for that. :-)
Fantastic!