nicklockwood / iRate

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

Crashes for some reason #248

Open CalebKierum opened 8 years ago

CalebKierum commented 8 years ago

I occasionally have crashes while developing my app, and although I am not sure they are due to this framework I am fairly sure because.

  1. This framework always prints to the console before crash
  2. No stack trace (Or I can't find it (I know where to find swift stack traces)) therefore it must be objc code
  3. It didn't exist before this framework

Here is what it prints

2016-04-24 01:53:55.182 [2006:168422] [Crashlytics] Version 3.4.0 (92) 2016-04-24 01:53:55.389 [2006:168422] iRate verbose logging enabled. 2016-04-24 01:53:58.873 [2006:168594] To get test ads on this device, call: request.testDevices = @[ @"c369dae95fa1b64595a07934199c54ab" ]; Did appear 2016-04-24 01:54:02.992 [2006:168422] iRate did not prompt for rating because the user has declined to rate the app 2016-04-24 01:54:02.993 [2006:168725] iRate is checking https://itunes.apple.com/US/lookup?bundleId= to retrieve the App Store details... 2016-04-24 01:54:06.240[2006:168725] iRate found the app on iTunes. The App Store ID is 1033405285

After this crash there is no breakpoint or stack trace so that is all that I have

Otherwise its a really really good framework! I hope this can be fixed!