nicklockwood / iRate

[DEPRECATED]
http://charcoaldesign.co.uk/source/cocoa#irate
Other
4.1k stars 734 forks source link

iRate Delegates are Not getting Called #309

Open Abhishek-NickelFox opened 6 years ago

Abhishek-NickelFox commented 6 years ago

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