Search code examples
iosipadiad

App crashes on iPad device but working on simulator


  1. I just have device UDID & client reported that the app is crashing on his device & he is not able to start application.
  2. The client device iOS version is 7.1.2
  3. Also i am not having any crash report.(Asked for Crash Report)
  4. Now referring (iAd works on simulator but crash on device(ipad)): I am assuming the reason behind this might be the library,

enter image description here

So will making iAD.framwork optional & handling codes related to this do the trick?

  • **Update:
  • Unfortunately the cause of the crash was -[__NSCFString containsString:]: unrecognized selector sent which was iOS version fault & not device fault. I got it resolved. sorry to iAd for blaming or trying to blame. Long live iAd. Thanks**

Solution

  • First of all - you need crash details. Without it, nobody help you. Integrate any crash reporter SDK: Crashlytics or anything like this.