iRate icon indicating copy to clipboard operation
iRate copied to clipboard

iRate Delegates are Not getting Called

Open Abhishek-NickelFox opened this issue 7 years ago • 0 comments

I have added code in AppDelegate and added iRateDelegate also

func iRateUserDidAttemptToRateApp() { Analytics.track(event: .UserRatingNow) }

func iRateUserDidDeclineToRateApp() { Analytics.track(event: .UserDeclinedToRateApp) }

But these 2 delegates are not getting called

Abhishek-NickelFox avatar Aug 28 '17 08:08 Abhishek-NickelFox