You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LFSAskForReview is a class that you can add to your iOS app in order to ask the user to review it. Its main features are that it doesn't ask the user to review the app more than once per version and that it's fully customizable, you can:
- decide which actions and how many repetitions are needed before displaying the alert (datasource protocol)
- set the title, message and button titles of the alert (datasource protocol)
- implement the response to both the positive and the negative answer of the user (delegate protocol)