grizzly / AppRating

AppRating - iOS App Rating for Swift 5
https://cocoapods.org/pods/AppRating
MIT License
67 stars 15 forks source link

What happened to 'shouldPromptIfRated' and is it possible to set it to false? #17

Open PlasmaSoftUK opened 3 years ago

PlasmaSoftUK commented 3 years ago

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 seem to find any related methods with a similar name?

Plasma

grizzly commented 3 years ago

You can access it directly: AppRating.manager.shouldPromptIfRated = false;