Skip to content

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

Open
rahuljiresal wants to merge 2 commits intoarashpayan:masterfrom
redbooth:more-delegate-methods
Open

Added more delegate methods And respect setOpenInAppStore value set by user#277
rahuljiresal wants to merge 2 commits intoarashpayan:masterfrom
redbooth:more-delegate-methods

Conversation

@rahuljiresal
Copy link
Copy Markdown

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.

@rahuljiresal rahuljiresal force-pushed the more-delegate-methods branch from eba538c to 02dd71e Compare March 31, 2018 18:26
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.

1 participant