satismeter / satismeter-ios

SatisMeter iOS SDK
https://satismeter.com
MIT License
7 stars 6 forks source link

Crash on iOS 8 #13

Closed jsedlacek closed 7 years ago

jsedlacek commented 8 years ago

Steps to reproduce:

  1. Wait for SatisMeter view to appear
  2. Dismiss view.
  3. Rotate device

Expected result: Screen contents do or do not rotate, based on device size.

Actual result: Crash

Here's the relevant part of the error:

"Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSMethodSignature deviceDidRotate:]: unrecognized selector sent to instance 0x7ffe3cee0fd0'"

iOS 9 devices do not demonstrate the problem.