AppRating icon indicating copy to clipboard operation
AppRating copied to clipboard

AppRating - iOS App Rating for Swift 5

Results 4 AppRating issues
Sort by recently updated
recently updated
newest added

Armchair had the option to prevent prompting users who had already reviewed the app by using .. .shouldPromptIfRated = false Is it possible to do this in AppRating? I can't...

Is there any way to override the strings?

Upon disabling `SKStoreReviewController` by using `AppRating.manager.useSKStoreReviewController = false` in which I noticed the review uRL seems not to be working anymore. Currently, this package is using this format `https://itunes.apple.com/app/idAPP_ID?action=write-review` however...