arashpayan / appirater

A utility that reminds your iPhone app's users to review the app.

Home Page:http://arashpayan.com/blog/2009/09/07/presenting-appirater/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dismissWithClickedButtonIndex will crash when push app to background.

kenneth1106 opened this issue · comments

when displaying the rating view with iOS version lower then 10.3 and push app to background, will crash at
[self.ratingAlert dismissWithClickedButtonIndex:-1 animated:NO];
with the exception
[UIAlertController dismissWithClickedButtonIndex:animated:]: unrecognized selector sent to instance 0x1658f000

This is a duplicate of #266