Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added more delegate methods And respect setOpenInAppStore value set by user #277

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rahuljiresal
Copy link

Currently, if setOpenInAppStore is set to true, if the user is on iOS 10.3 or above, it still uses the StoreKit's alert. This PR will change that and show the Appirater alert if the user has chosen setOpenInAppStore to be true.

Also, this PR adds two more delegate methods to AppiraterDelegate.

  • -(void)appiraterDidDisplayAppiraterAlert:(Appirater *)appirater; Will tell if the AppiraterAlert was shown.
  • -(void)appiraterDidDisplayStoreKitAlert:(Appirater *)appirater; Will tell if the StoreKit alert was shown.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant