App crashes only on specific device - ios

After adding VoIP pushes (via Pushwoosh) for VoIP app using Skylink SDK I faced the crash, only on one my device (iPhone 5s 8.4). Looks like it's about video capturing. Another testers feel fine (iPhone 5s, iPhone 6, 8.4.1, 9.1), and my iPhone 4s is not crashing when I force-connect it to room without VoIP pushes.
UPD : crash is randomly reproduced on another devices
Here's crashing logs:
Nov 13 19:43:12 iPhone-5s-Aft3rmath SkylinkP2P[1282] <Warning>: didConnectWithMessage (null)
Nov 13 19:43:16 iPhone-5s-Aft3rmath SkylinkP2P[1282] <Warning>: didReceiveResponse() 200
Nov 13 19:43:16 iPhone-5s-Aft3rmath SkylinkP2P[1282] <Warning>: connectionDidFinishLoading()
Nov 13 19:43:16 iPhone-5s-Aft3rmath SkylinkP2P[1282] <Warning>: VERSION 10x
Nov 13 19:43:16 iPhone-5s-Aft3rmath SkylinkP2P[1282] <Warning>: Response {"sid":"TBa15c2vlAMqi-3EAAlU","upgrades":["websocket"],"pingInterval":25000,"pingTimeout":60000}
Nov 13 19:43:16 iPhone-5s-Aft3rmath SkylinkP2P[1282] <Warning>: websocket supported -> using it now
Nov 13 19:43:16 iPhone-5s-Aft3rmath SkylinkP2P[1282] <Warning>: Received All information:
sid: TBa15c2vlAMqi-3EAAlU
heartbeat: 25.000000
Transport: <SocketIOTransportWebsocket: 0x174226ac0>
Nov 13 19:43:16 iPhone-5s-Aft3rmath SkylinkP2P[1282] <Warning>: start/reset Heartbeat
Nov 13 19:43:16 iPhone-5s-Aft3rmath SkylinkP2P[1282] <Warning>: Prepare to send()
Nov 13 19:43:16 iPhone-5s-Aft3rmath SkylinkP2P[1282] <Warning>: queue >>> 2
Nov 13 19:43:18 iPhone-5s-Aft3rmath SkylinkP2P[1282] <Warning>: onData 40
Nov 13 19:43:18 iPhone-5s-Aft3rmath SkylinkP2P[1282] <Warning>: onConnect()
Nov 13 19:43:18 iPhone-5s-Aft3rmath kernel[0] <Notice>: AppleH6CamIn::setPowerStateGated: 1
Nov 13 19:43:18 iPhone-5s-Aft3rmath kernel[0] <Notice>: AppleH6CamIn::power_on_hardware
Nov 13 19:43:18 iPhone-5s-Aft3rmath kernel[0] <Notice>: AppleH6CamIn::power_on_hardware - using ISP-FAST
Nov 13 19:43:18 iPhone-5s-Aft3rmath kernel[0] <Notice>: AppleH6CamIn::ISP_EnableFastISPClock_gated, enableFlag=1
Nov 13 19:43:18 iPhone-5s-Aft3rmath kernel[0] <Notice>: AppleH6CamIn::ISP_EnableFastISPClock_gated - using ISP-FAST
Nov 13 19:43:18 iPhone-5s-Aft3rmath kernel[0] <Notice>: AppleH6CamIn::ISP_EnableFastISPClock_gated, enableFlag=1
Nov 13 19:43:18 iPhone-5s-Aft3rmath kernel[0] <Notice>: AppleH6CamIn::ISP_EnableFastISPClock_gated - using ISP-FAST
Nov 13 19:43:18 iPhone-5s-Aft3rmath kernel[0] <Notice>: AppleH6CamIn::ISP_SelectBestMIPIFrequencyIndex_gated - channel: 1, currentRawBitDepth: 1, index: 5
Nov 13 19:43:18 iPhone-5s-Aft3rmath ReportCrash[1306] <Error>: task_set_exception_ports(B07, 400, D03, 0, 0) failed with error (4: (os/kern) invalid argument)
Nov 13 19:43:18 iPhone-5s-Aft3rmath ReportCrash[1306] <Notice>: ReportCrash acting against PID 1282
Nov 13 19:43:18 iPhone-5s-Aft3rmath ReportCrash[1306] <Notice>: Formulating crash report for process SkylinkP2P[1282]
Nov 13 19:43:18 iPhone-5s-Aft3rmath mediaserverd[19] <Notice>: '' Aft3rmath.SkylinkP2P(pid = 1282) setting DiscoveryMode = DiscoveryMode_None, currentDiscoveryMode = DiscoveryMode_None
Nov 13 19:43:18 iPhone-5s-Aft3rmath locationd[57] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
Nov 13 19:43:18 iPhone-5s-Aft3rmath com.apple.xpc.launchd[1] (UIKitApplication:Aft3rmath.SkylinkP2P[0xff15][1282]) <Notice>: Service exited due to signal: Segmentation fault: 11
Nov 13 19:43:18 iPhone-5s-Aft3rmath ReportCrash[1306] <Notice>: Saved report to /var/mobile/Library/Logs/CrashReporter/SkylinkP2P_2015-11-13-194318_iPhone-5s-Aft3rmath.ips
Nov 13 19:43:18 iPhone-5s-Aft3rmath kernel[0] <Notice>: AppleH6CamIn::ISP_FlushInactiveDARTMappings: 0x00000000
Nov 13 19:43:18 iPhone-5s-Aft3rmath SpringBoard[50] <Warning>: Application 'UIKitApplication:Aft3rmath.SkylinkP2P[0xff15]' crashed.
And here's all crash free logs look like:
Nov 13 21:43:11 Daniil SkylinkP2P[1852] <Warning>: didConnectWithMessage (null)
Nov 13 21:43:12 Daniil SkylinkP2P[1852] <Warning>: didReceiveResponse() 200
Nov 13 21:43:12 Daniil SkylinkP2P[1852] <Warning>: connectionDidFinishLoading()
Nov 13 21:43:12 Daniil SkylinkP2P[1852] <Warning>: VERSION 10x
Nov 13 21:43:12 Daniil SkylinkP2P[1852] <Warning>: Response {"sid":"raDmeW9m-Cue0K5_AAlT","upgrades":["websocket"],"pingInterval":25000,"pingTimeout":60000}
Nov 13 21:43:12 Daniil SkylinkP2P[1852] <Warning>: websocket supported -> using it now
Nov 13 21:43:12 Daniil SkylinkP2P[1852] <Warning>: Received All information:
sid: raDmeW9m-Cue0K5_AAlT
heartbeat: 25.000000
Transport: <SocketIOTransportWebsocket: 0x174226aa0>
Nov 13 21:43:12 Daniil SkylinkP2P[1852] <Warning>: start/reset Heartbeat
Nov 13 21:43:12 Daniil SkylinkP2P[1852] <Warning>: Prepare to send()
Nov 13 21:43:12 Daniil SkylinkP2P[1852] <Warning>: queue >>> 2
Nov 13 21:43:15 Daniil SkylinkP2P[1852] <Warning>: onData 40
Nov 13 21:43:15 Daniil SkylinkP2P[1852] <Warning>: onConnect()
Nov 13 21:43:15 Daniil kernel[0] <Notice>: AppleH6CamIn::setPowerStateGated: 1
Nov 13 21:43:15 Daniil kernel[0] <Notice>: AppleH6CamIn::power_on_hardware
Nov 13 21:43:15 Daniil kernel[0] <Notice>: AppleH6CamIn::power_on_hardware - using ISP-FAST
Nov 13 21:43:15 Daniil SkylinkP2P[1852] <Warning>: doQueue() >> 1
Nov 13 21:43:16 Daniil kernel[0] <Notice>: AppleH6CamIn::ISP_EnableFastISPClock_gated, enableFlag=1
Nov 13 21:43:16 Daniil kernel[0] <Notice>: AppleH6CamIn::ISP_EnableFastISPClock_gated - using ISP-FAST
Nov 13 21:43:16 Daniil kernel[0] <Notice>: AppleH6CamIn::ISP_EnableFastISPClock_gated, enableFlag=1
Nov 13 21:43:16 Daniil kernel[0] <Notice>: AppleH6CamIn::ISP_EnableFastISPClock_gated - using ISP-FAST
Nov 13 21:43:16 Daniil kernel[0] <Notice>: AppleH6CamIn::ISP_SelectBestMIPIFrequencyIndex_gated - channel: 1, currentRawBitDepth: 3, index: 5
Any ideas?
UPD: Crashlytics points on cricket::VideoCapturer::SetCaptureState(cricket::CaptureState)

The thing was that standard pushes seem to be handled in main queue, while VoIP pushes are not. So in my
- (void)pushRegistry:(PKPushRegistry *)registry didReceiveIncomingPushWithPayload:(PKPushPayload *)payload forType:(NSString *)type
I had to add
dispatch_async(dispatch_get_main_queue(), ^{
[[P2PConnectionManager sharedManager] handlePushNotification:userInfo];
});
And everything seems ok now. Hope this will help somebody. Cheers!

Related

In-app purchase not working on App Store version

I added in-app purchase function to my iOS app. It works fine in the sandbox environment. However it doesn't work on the App Store release version. When I click the purchase button it just does not respond. So is there anybody who has the same issue? Or should I wait for some time until it is finally available?
The console output when I click the purchase button is attached below:
Aug 15 12:27:41 Android assertiond[66] <Notice>: [sushelper:9519] Attempting to acquire assertion for sushelper:9519: <BKProcessAssertion: 0x1004404b0; "SKProductsRequest" (finishTask:180s); id:\M-b\M^#\M-&4EFD024EF14B>
Aug 15 12:27:41 Android assertiond[66] <Notice>: [sushelper:9519] Add assertion: <BKProcessAssertion: 0x1004404b0; id: 9519-9599E024-F456-4E31-9CE5-4EFD024EF14B; name: SKProductsRequest; state: active; reason: finishTask; duration: 180.0s> {
owner = <BSProcessHandle: 0x100434290; sushelper:9519; valid: YES>;
flags = preventSuspend, preventIdleSleep, preventSuspendOnSleep;
}
Aug 15 12:27:41 Android assertiond[66] <Notice>: [sushelper:9519] Activate assertion: <BKProcessAssertion: 0x1004404b0; "SKProductsRequest" (finishTask:180s); id:\M-b\M^#\M-&4EFD024EF14B>
Aug 15 12:27:41 Android assertiond[66] <Notice>: [sushelper:9519] New process assertion state; preventSuspend, preventThrottleDownUI, preventThrottleDownCPU, preventIdleSleep, preventSuspendOnSleep (assertion 0x1004404b0 added: preventIdleSleep; removed: (none))
Aug 15 12:27:41 Android assertiond[66] <Notice>: [sushelper:9519] Setting jetsam priority to 10 [0x10108]
Aug 15 12:27:41 Android assertiond[66] <Notice>: [sushelper:9519] dump all assertions HWM:5 (CPUMON check): {
<BKProcessAssertion: 0x10031a780; "Resume" (activation:inf); id:\M-b\M^#\M-&CEE99782A101> [active]
<BKProcessAssertion: 0x1004404b0; "SKProductsRequest" (finishTask:180s); id:\M-b\M^#\M-&4EFD024EF14B> [active]
}
Aug 15 12:27:41 Android assertiond[66] <Notice>: Creating PowerAssertion on sushelper:9519
Aug 15 12:27:41 Android sushelper(UIKit)[9519] <Notice>: Failed to set (setSize) user defined inspected property on (UIActivityIndicatorView): [<UIActivityIndicatorView 0x159dbab60> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key setSize.
Aug 15 12:27:41 Android itunesstored(BiometricKit)[9048] <Notice>: identities: 0x0((null))
Aug 15 12:27:41 Android itunesstored(BiometricKit)[9048] <Notice>: identities: -> <private>
Aug 15 12:27:41 Android itunesstored(iTunesStore)[9048] <Notice>: ISStoreURLOperation: Sending headers for <private>:
<private>
Aug 15 12:27:41 Android itunesstored(CFNetwork)[9048] <Notice>: TIC Enabling TLS [80:0x104de0070]
Aug 15 12:27:41 Android itunesstored(CFNetwork)[9048] <Notice>: TIC TCP Conn Start [80:0x104de0070]
Aug 15 12:27:41 Android itunesstored(CFNetwork)[9048] <Notice>: Task <DB05DCF9-FA86-47CA-B82C-F8DF3C95C5AC>.<131> setting up Connection 80
Aug 15 12:27:41 Android itunesstored(CFNetwork)[9048] <Notice>: TIC TLS Event [80:0x104de0070]: 1, Pending(0)
Aug 15 12:27:41 Android itunesstored(CFNetwork)[9048] <Notice>: TIC TLS Event [80:0x104de0070]: 2, Pending(0)
Aug 15 12:27:41 Android itunesstored(CFNetwork)[9048] <Notice>: TIC TLS Event [80:0x104de0070]: 2, Pending(0)
Aug 15 12:27:41 Android itunesstored(CFNetwork)[9048] <Notice>: TIC TLS Event [80:0x104de0070]: 12, Pending(0)
Aug 15 12:27:41 Android itunesstored(CFNetwork)[9048] <Notice>: TIC TLS Event [80:0x104de0070]: 14, Pending(0)
Aug 15 12:27:41 Android itunesstored(CFNetwork)[9048] <Notice>: TIC TLS Trust Result [80:0x104de0070]: 0
Aug 15 12:27:41 Android itunesstored(CFNetwork)[9048] <Notice>: TIC TLS Event [80:0x104de0070]: 20, Pending(0)
Aug 15 12:27:41 Android itunesstored(CFNetwork)[9048] <Notice>: TIC TCP Conn Connected [80:0x104de0070]: Err(16)
Aug 15 12:27:41 Android itunesstored(CFNetwork)[9048] <Notice>: TIC TCP Conn Event [80:0x104de0070]: 1
Aug 15 12:27:41 Android itunesstored(CFNetwork)[9048] <Notice>: TIC TCP Conn Event [80:0x104de0070]: 8
Aug 15 12:27:41 Android itunesstored(CFNetwork)[9048] <Notice>: TIC TLS Handshake Complete [80:0x104de0070]
Aug 15 12:27:41 Android itunesstored(CFNetwork)[9048] <Notice>: Task <DB05DCF9-FA86-47CA-B82C-F8DF3C95C5AC>.<131> now using Connection 80
Aug 15 12:27:41 Android itunesstored(CFNetwork)[9048] <Notice>: Task <DB05DCF9-FA86-47CA-B82C-F8DF3C95C5AC>.<131> sent request, body N
Aug 15 12:27:42 Android sharingd(CoreUtils)[61] <Notice>: ### No BLE advertising address to generate auth tag
Aug 15 12:27:42 Android itunesstored(CFNetwork)[9048] <Notice>: Task <DB05DCF9-FA86-47CA-B82C-F8DF3C95C5AC>.<131> received response, status 200 content K
Aug 15 12:27:42 Android itunesstored(CFNetwork)[9048] <Notice>: Task <DB05DCF9-FA86-47CA-B82C-F8DF3C95C5AC>.<131> response ended
Aug 15 12:27:42 Android itunesstored(iTunesStore)[9048] <Notice>: ISStoreURLOperation: Received headers for <private>:
<private>
Aug 15 12:27:42 Android assertiond[66] <Notice>: Client relinquished <BKProcessAssertion: 0x1004404b0; "SKProductsRequest" (finishTask:180s); id:\M-b\M^#\M-&4EFD024EF14B>
Aug 15 12:27:42 Android assertiond[66] <Notice>: [sushelper:9519] Deactivate assertion: <BKProcessAssertion: 0x1004404b0; "SKProductsRequest" (finishTask:180s); id:\M-b\M^#\M-&4EFD024EF14B>
Aug 15 12:27:42 Android assertiond[66] <Notice>: [sushelper:9519] dump all assertions HWM:5 (deactivateAssertion): {
<BKProcessAssertion: 0x10031a780; "Resume" (activation:inf); id:\M-b\M^#\M-&CEE99782A101> [active]
}
Aug 15 12:27:42 Android assertiond[66] <Notice>: [sushelper:9519] New process assertion state; preventSuspend, preventThrottleDownUI, preventThrottleDownCPU, preventSuspendOnSleep (assertion 0x1004404b0 added: (none); removed: preventIdleSleep)
Aug 15 12:27:42 Android assertiond[66] <Notice>: [sushelper:9519] Setting jetsam priority to 10 [0x10100]
Aug 15 12:27:42 Android assertiond[66] <Notice>: [sushelper:9519] dump all assertions HWM:5 (CPUMON check): {
<BKProcessAssertion: 0x10031a780; "Resume" (activation:inf); id:\M-b\M^#\M-&CEE99782A101> [active]
}
Aug 15 12:27:42 Android assertiond[66] <Notice>: Releasing PowerAssertion on sushelper:9519 from update
Aug 15 12:27:42 Android assertiond[66] <Notice>: [sushelper:9519] Remove assertion: <BKProcessAssertion: 0x1004404b0; "SKProductsRequest" (finishTask:180s); id:\M-b\M^#\M-&4EFD024EF14B>
Aug 15 12:27:42 Android assertiond[66] <Notice>: [sushelper:9519] dump all assertions HWM:5 (CPUMON check): {
<BKProcessAssertion: 0x10031a780; "Resume" (activation:inf); id:\M-b\M^#\M-&CEE99782A101> [active]
}
Aug 15 12:27:42 Android assertiond[66] <Notice>: -[BKAssertion dealloc] - <0x1004404b0>
Aug 15 12:27:43 Android CommCenter(libATCommandStudioDynamic.dylib)[80] <Notice>: QMI: Svc=0x03(NAS) Ind MsgId=0x0051 Bin=['01 25 00 80 03 04 04 5D 71 51 00 19 00 10 03 00 CD 07 00 14 06 00 C7 FC B0 FF 2C 01 A2 01 00 64 A4 03 00 01 64 00']
Aug 15 12:27:43 Android CommCenter(libCommCenterMCommandDrivers.dylib)[80] <Notice>: #I update
Aug 15 12:27:43 Android CommCenter(libATCommandStudioDynamic.dylib)[80] <Notice>: QMI: Svc=0x03(NAS) Req MsgId=0x006c Bin=[<private>]
Aug 15 12:27:43 Android CommCenter(libATCommandStudioDynamic.dylib)[80] <Notice>: QMI: Svc=0x03(NAS) Resp MsgId=0x006c Bin=[<private>]
Aug 15 12:27:43 Android CommCenter(libCommCenterMCommandDrivers.dylib)[80] <Notice>: #I sendNewThresholds: Updated thresholds
Aug 15 12:27:43 Android CommCenter(libATCommandStudioDynamic.dylib)[80] <Notice>: QMI: Svc=0x03(NAS) Req MsgId=0x004f Bin=[<private>]
Aug 15 12:27:43 Android CommCenter(libATCommandStudioDynamic.dylib)[80] <Notice>: QMI: Svc=0x03(NAS) Resp MsgId=0x004f Bin=[<private>]
Aug 15 12:27:44 Android atc(AirTrafficDevice)[3043] <Notice>: <ATLegacyMessageLink: 0x10319cf40, wifi=0> ---> [Ping Request. id=423, Session=0, params=(null)]
UPDATE: I tried the in-app purchase function on TestFlight and it works.

ios app goes background when launched in ios9.3 after killed. but works fine in ios 10

Jan 23 09:34:06 ipad4 SpringBoard[46] <Error>: SecTrustEvaluate [leaf IssuerCommonName SubjectCommonName]
Jan 23 09:34:06 ipad4 SpringBoard[46] <Error>: SecTrustEvaluate [leaf IssuerCommonName SubjectCommonName]
Jan 23 09:34:06 ipad4 kernel[0] <Notice>: xpcproxy[944] Container: /private/var/mobile/Containers/Data/Application/B079D4E8-6E3B-4742-975F-F2FE38F78C1E (sandbox)
Jan 23 09:34:06 ipad4 com.apple.xpc.launchd[1] <Error>: assertion failed: 13G36: launchd + 85529 [083E000D-4C31-3B98-A2C4-6FADB4D1940F]: 0x3
Jan 23 09:34:07 ipad4 DealerApp[944] <Warning>: -[AppDelegate application:didFinishLaunchingWithOptions:]:65 [Debug] Configured Web Service URL: \\\\\\\\\\
Jan 23 09:34:07 ipad4 DealerApp[944] <Warning>: Initializing Manager Class!!!!!
Jan 23 09:34:07 ipad4 DealerApp[944] <Warning>: -[AppDelegate applicationDidBecomeActive:]:147 [Debug] APP DELEGATE: applicationDidBecomeActive
Jan 23 09:34:26 ipad4 SpringBoard[46] <Warning>: Forcing crash report of <FBApplicationProcess: 0x196f7ad0; DealerApp; pid: 944> (reason: 1, description: App failed to scene-create after 19.77s (launch took 0.23s of total time limit 20.00s))
Jan 23 09:34:27 ipad4 syncdefaultsd[941] <Notice>: (Note ) marked "com.me.keyvalueservice" topic as "enabled" on <APSConnection: 0x1556ab60>
Jan 23 09:34:27 ipad4 ReportCrash[945] <Error>: assertion failed: 13G36: libsystem_trace.dylib + 15927 [E82A6F2D-873A-39AD-8014-EDEB52248157]: 0x0
Jan 23 09:34:27 ipad4 Unknown[945] <Error>:
Jan 23 09:34:27 ipad4 ReportCrash[945] <Warning>: os_activity_diagnostic_for_pid() failed!
Jan 23 09:34:27 ipad4 SpringBoard[46] <Warning>: Finished crash reporting.
Jan 23 09:34:27 ipad4 SpringBoard[46] <Warning>: BSXPCMessage received error for message: Connection interrupted
Jan 23 09:34:27 ipad4 SpringBoard[46] <Warning>: BSXPCMessage received error for message: Connection invalid
Jan 23 09:34:27 ipad4 SpringBoard[46] <Warning>: HW kbd: Failed to set (null) as keyboard focus
Jan 23 09:34:27 ipad4 com.apple.xpc.launchd[1] (UIKitApplication:—————[0x9b4][944]) <Notice>: Service exited due to signal: Killed: 9
Jan 23 09:34:27 ipad4 SpringBoard[46] <Warning>: Application 'UIKitApplication:————[0x9b4]' exited abnormally via signal.
Jan 23 09:34:27 ipad4 UserEventAgent[23] <Warning>: 4288342351487: id=———pid=944, state=0
Jan 23 09:34:27 ipad4 ReportCrash[945] <Warning>: Saved type '109(109_DealerApp)' report (1 of max 25) at /var/mobile/Library/Logs/CrashReporter/DealerApp-2017-01-23-093427.ips
Jan 23 09:34:07 ipad4 DealerApp[944] : Initializing Manager Class!!!!!
Jan 23 09:34:07 ipad4 DealerApp[944] : -[AppDelegate applicationDidBecomeActive:]:147 [Debug] APP DELEGATE: applicationDidBecomeActive
Jan 23 09:34:26 ipad4 SpringBoard[46] : Forcing crash report of (reason: 1, description: App failed to scene-create after 19.77s (launch took 0.23s of total time limit 20.00s))
The first two lines show you were you've been and the last line told you why it crashed: the launch took too long. You would need to provide more context, e.g. the app delegate code to get an answer for why this is happening.
PS: Please use the code feature here, otherwise it's pretty hard to read

SpringBoard[33] <Warning>: Killing <appname> for app installation

During update of the app to new version I see that iOS kills application. I see in logs:
Jul 2 18:20:40 SpringBoard[33] <Warning>: Killing com.myapp.app for app installation
Jul 2 18:20:40 itunesstored[97] <Warning>: LaunchServices: installing app for existing placeholder LSApplicationProxy: com.myapp.app (Placeholder)
Jul 2 18:20:40 backboardd[28] <Warning>: pid_suspend failed for [325]: Unknown error: -1, Unknown error: -1
Jul 2 18:20:40 com.apple.launchd[1] <Notice>: (UIKitApplication:com.myapp.app[0x11d1]) Exited: Killed: 9
Jul 2 18:20:40 backboardd[28] <Warning>: Application 'UIKitApplication:com.myapp.app[0x11d1]' exited abnormally with signal 9: Killed: 9
Jul 2 18:20:40 networkd[81] <Warning>: No attributes found for PID=325
Jul 2 18:20:40 itunesstored[97] <Warning>: LaunchServices: Creating installProgressForApplication:LSApplicationProxy: com.myapp.app (Placeholder) withPhase:1
Jul 2 18:20:40 lsd[76] <Warning>: LaunchServices: Updating installPhase for parent <NSProgress: phase=Loading; state=Active; fractionCompleted=0.579990> to 1
Jul 2 18:20:40 installd[63] <Notice>: 0x283000 handle_install_for_ls: Install of "/var/mobile/Media/Downloads/1823728027110056877/-3508334369307939928" requested by itunesstored
Jul 2 18:20:41 installd[63] <Notice>: 0x283000 MobileInstallationInstall_Server: Installing app com.myapp.app
Jul 2 18:20:41 installd[63] <Notice>: 0x283000 MobileInstallationInstall_Server: Staging: 1.03s; Waiting: 0.00s; Installation: 0.38s; LS Sync: 0.00s; Overall: 1.41s
Jul 2 18:20:41 lsd[76] <Warning>: LaunchServices: Updating identifier store
Jul 2 18:20:41 itunesstored[97] <Warning>: LaunchServices: installPhaseFinishedForProgress: com.myapp.app.Installing - <NSProgress: phase=Installing; state=Finished; fractionCompleted=1.000000> called, removing progress from cache
Jul 2 18:20:41 lsd[76] <Warning>: LaunchServices: installation ended for app com.myapp.app
Jul 2 18:20:42 lsd[76] <Warning>: LSInstallProgress: In observeValueForKeyPath:fractionCompleted could not find parent progress for com.myapp.app, it may have been removed
Jul 2 18:20:42 SpringBoard[33] <Error>: libMobileGestalt MobileGestalt.c:835: nike-ipod is static and will never generate a notification
Jul 2 18:20:42 SpringBoard[33] <Error>: libMobileGestalt MobileGestalt.c:835: still-camera is static and will never generate a notification
Jul 2 18:20:42 SpringBoard[33] <Error>: libMobileGestalt MobileGestalt.c:835: magnetometer is static and will never generate a notification
Jul 2 18:20:42 SpringBoard[33] <Error>: libMobileGestalt MobileGestalt.c:835: any-telephony is static and will never generate a notification
Jul 2 18:20:42 SpringBoard[33] <Error>: libMobileGestalt MobileGestalt.c:835: stand-alone-contacts is static and will never generate a notification
Jul 2 18:20:42 kernel[0] <Debug>: launchd[331] Container: /private/var/mobile/Applications/2493C106-296D-459B-9499-3CFE5FC05BFB (sandbox)
Jul 2 18:20:42 com.apple.launchd[1] <Notice>: (UIKitApplication:com.myapp.app[0x9d25]) Exited: Killed: 9
Jul 2 18:20:42 com.apple.launchd[1] <Notice>: (UIKitApplication:com.myapp.app[0x9d25]) Throttling respawn: Will start in 2147483647 seconds
Jul 2 18:20:42 backboardd[28] <Warning>: Application 'UIKitApplication:com.myapp.app[0x9d25]' exited abnormally with signal 9: Killed: 9
Jul 2 18:20:42 networkd[81] <Warning>: No attributes found for PID=331
Jul 2 18:20:42 itunesstored[97] <Warning>: LaunchServices: installPhaseFinishedForProgress: com.myapp.app.Loading - <NSProgress: phase=Loading; state=Finished; fractionCompleted=1.000000> called, removing progress from cache
Jul 2 18:20:42 lsd[76] <Warning>: LSInstallProgress: In observeValueForKeyPath:userInfo.installState could not find parent progress for com.myapp.app, it may have been removed
Jul 2 18:
As I understand it is normal behaviour of iOS (I check update of other apps and see that they are also killed during update).
11:23 Jul 3 11:18:14 Sergey-Demchekos-iPhone SpringBoard[33] <Warning>: Killing ua.slando for app installation
11:23 Jul 3 11:18:16 Sergey-Demchekos-iPhone SpringBoard[33] <Warning>: Killing com.tripomatic.spainportugalapp for app installation
11:23 Jul 3 11:18:20 Sergey-Demchekos-iPhone SpringBoard[33] <Warning>: Killing com.pineapple.Tenerife for app installation
Now the questions. Firstly, I am bit confused of these lines. Does it mean that I have problems during killing the app which I have to fix?:
Jul 2 18:20:30 SpringBoard[33] <Warning>: Killing com.myapp.app for app installation
Jul 2 18:20:30 com.apple.launchd[1] <Notice>: (UIKitApplication:com.myapp.app[0xacc2]) Exited: Killed: 9
Jul 2 18:20:30 backboardd[28] <Warning>: Application 'UIKitApplication:com.myapp.app[0xacc2]' exited abnormally with signal 9: Killed: 9
Secondly, If iOS kills app (btw it is VOIP), it is not run again until user explicitly runs icon of it on SpringBoard. Do I have any handler which will be called before app is killed in order to schedule local notification and remind user to run app again?

libMobileGestalt copySystemVersionDictionaryValue

My app goes crash after installed a new update from app store and sometime log says -
libMobileGestalt copySystemVersionDictionaryValue: Could not lookup ReleaseType from system version dictionary
Anyone familiar with it??
one of the customer provided a log.
Jul 23 15:57:49 Ami-Sandlers-iPhone backboardd[26] : ALS: SetDisplayFactor: factor=0.0500
Jul 23 15:57:50 Ami-Sandlers-iPhone backboardd[26] : ALS: SetDisplayFactor: factor=1.0000
Jul 23 16:00:24 Ami-Sandlers-iPhone backboardd[26] : com.demandmedia.traileraddict.ios.free failed to resume in time
Jul 23 16:00:24 Ami-Sandlers-iPhone backboardd[26] : Forcing crash report of TrailerAddict[4919]...
Jul 23 16:00:24 Ami-Sandlers-iPhone backboardd[26] : Finished crash reporting.
Jul 23 16:00:24 Ami-Sandlers-iPhone com.apple.launchd[1] (UIKitApplication:com.demandmedia.traileraddict.ios.free[0xeab9][4919]) : (UIKitApplication:com.demandmedia.traileraddict.ios.free[0xeab9]) Exited: Killed: 9
Jul 23 16:00:24 Ami-Sandlers-iPhone backboardd[26] : Application 'UIKitApplication:com.demandmedia.traileraddict.ios.free[0xeab9]' exited abnormally with signal 9: Killed: 9
Jul 23 16:00:24 Ami-Sandlers-iPhone ReportCrash[4925] : libMobileGestalt copySystemVersionDictionaryValue: Could not lookup ReleaseType from system version dictionary
Jul 23 16:00:24 Ami-Sandlers-iPhone ReportCrash[4925] : Saved crashreport to /var/mobile/Library/Logs/CrashReporter/TrailerAddict_2013-07-23-160024_Ami-Sandlers-iPhone.plist using uid: 0 gid: 0, synthetic_euid: 501 egid: 0

IOS app crashes when touching the screen, but runs fine in simulator

My app (RedLasers RLSample app) runs fine on the simulator, but on an iPad or iPhone it crashes as soon as you touch the screen. Wondering if libraries are not linked properly?
Nov 13 18:29:26 unknown kernel[0] <Debug>: launchd[7561] Builtin profile: container (sandbox)
Nov 13 18:29:26 unknown kernel[0] <Debug>: launchd[7561] Container: /private/var/mobile/Applications/5E83DFC6-50D3-41CD-B34CF4AC [69] (sandbox)
Nov 13 18:29:37 unknown kernel[0] <Debug>: AppleH4CamIn::newUserClient
Nov 13 18:29:37 unknown kernel[0] <Debug>: AppleH4CamInUserClient::init
Nov 13 18:29:37 unknown kernel[0] <Debug>: AppleH4CamInUserClient::start
Nov 13 18:29:37 unknown kernel[0] <Debug>: AppleH4CamIn::setPowerStateGated: 1
Nov 13 18:29:37 unknown kernel[0] <Debug>: AppleH4CamIn::power_on_hardware
Nov 13 18:29:37 unknown kernel[0] <Debug>: AppleH4CamIn::ISP_Init - Sending full-res lens-shading table for back-camera to firmware
Nov 13 18:29:37 unknown com.apple.launchd[1] <Warning>: (UIKitApplication:com.ebay.RLSample[0x8db]) Exited with exit code: 32
Nov 13 18:29:37 unknown SpringBoard[29] <Warning>: Application 'RLSample' exited abnormally with exit status 32
Nov 13 18:29:38 unknown kernel[0] <Debug>: AppleH4CamIn::setPowerStateGated: 0
Nov 13 18:29:38 unknown kernel[0] <Debug>: AppleH4CamIn::power_off_hardware
Nov 13 18:29:38 unknown kernel[0] <Debug>: AppleH4CamInUserClient::clientClose
Nov 13 18:29:38 unknown kernel[0] <Debug>: AppleH4CamInUserClient::stop
Nov 13 18:29:38 unknown kernel[0] <Debug>: AppleH4CamInUserClient::free

Resources