Angular doesn't init in 1 out of 10 app starts

Hey guys,

I got a really strange problem, which im trying to fix since 2 days… But I still got no solution. Maybe one of you got one?

My app works really great, but in like 1 out of 10 app starts, i think angular doesn’t init, because the whole app isn’t working. But I can see the main page and the {{ }} brackets, which aren’t rendered.


The console looks the same.

Does someone of you have got a solution or an idea for that? :confounded:

Thanks in advance!

Leitwerk

You run it on a device? How do you start it and what does the xcode console say?

Thanks for replying.

I’m running the app on an iPhone with ios9.

When the app doesn’t work, the console says:

Jun 13 17:02:14 Larss-iPhone SpringBoard[58] <Error>: SecTrustEvaluate [leaf IssuerCommonName SubjectCommonName] Jun 13 17:02:14 Larss-iPhone SpringBoard[58] <Error>: SecTrustEvaluate [leaf IssuerCommonName SubjectCommonName] Jun 13 17:02:14 Larss-iPhone kernel[0] <Notice>: xpcproxy[798] Container: /private/var/mobile/Containers/Data/Application/DF2518D3-9495-4310-BAEC-D9B5E217D4CD (sandbox) Jun 13 17:02:14 Larss-iPhone com.apple.xpc.launchd[1] <Error>: assertion failed: 13F69: launchd + 116796 [9F6284CF-8A17-36CC-9DB5-85D510A21F14]: 0x3 Jun 13 17:02:14 Larss-iPhone Parookaville[798] <Warning>: Apache Cordova native platform version 4.1.1 is starting. Jun 13 17:02:14 Larss-iPhone Parookaville[798] <Warning>: Multi-tasking -> Device: YES, App: YES Jun 13 17:02:14 Larss-iPhone Parookaville[798] <Warning>: Using UIWebView Jun 13 17:02:14 Larss-iPhone Parookaville[798] <Warning>: [CDVTimer][handleopenurl] 0.127017ms Jun 13 17:02:14 Larss-iPhone Parookaville[798] <Warning>: [CDVTimer][intentandnavigationfilter] 2.047002ms Jun 13 17:02:14 Larss-iPhone Parookaville[798] <Warning>: [CDVTimer][gesturehandler] 0.195026ms Jun 13 17:02:14 Larss-iPhone Parookaville[798] <Warning>: [CDVTimer][splashscreen] 17.376006ms Jun 13 17:02:14 Larss-iPhone Parookaville[798] <Warning>: [CDVTimer][statusbar] 28.235972ms Jun 13 17:02:14 Larss-iPhone Parookaville[798] <Warning>: [CDVTimer][keyboard] 1.233995ms Jun 13 17:02:14 Larss-iPhone Parookaville[798] <Warning>: VERSION LABEL: 2.0.0:1465825573: Jun 13 17:02:14 Larss-iPhone Parookaville[798] <Warning>: [CDVTimer][ionicdeploy] 0.892997ms Jun 13 17:02:14 Larss-iPhone Parookaville[798] <Warning>: [CDVTimer][file] 3.374040ms Jun 13 17:02:14 Larss-iPhone Parookaville[798] <Warning>: [CDVTimer][backgroundaudio] 2.979994ms Jun 13 17:02:14 Larss-iPhone Parookaville[798] <Warning>: [CDVTimer][backgroundaudio] 0.011981ms Jun 13 17:02:14 Larss-iPhone Parookaville[798] <Warning>: [CDVTimer][TotalPluginStartup] 59.063017ms Jun 13 17:02:14 Larss-iPhone locationd[64] <Error>: QMI error response: 0x52 82, error: QMI_ERR_INTERNAL 0x03 3 resultType 0 [QMI_ERR_INTERNAL] Jun 13 17:02:14 Larss-iPhone Parookaville[798] <Warning>: uuid is: Jun 13 17:02:14 Larss-iPhone Parookaville[798] <Warning>: ignore version: Jun 13 17:02:14 Larss-iPhone Parookaville[798] <Warning>: Resetting plugins due to page load. Jun 13 17:02:15 Larss-iPhone Parookaville[798] <Warning>: uuid is: Jun 13 17:02:15 Larss-iPhone Parookaville[798] <Warning>: ignore version: Jun 13 17:02:15 Larss-iPhone Parookaville[798] <Warning>: Finished load of: file:///var/containers/Bundle/Application/284D542C-3691-4C90-9CF7-40E300577CCA/Parookaville.app/www/index.html#/app/startseite Jun 13 17:02:15 Larss-iPhone Parookaville[798] <Warning>: Ionic Core: plugins are ready Jun 13 17:02:18 Larss-iPhone Parookaville[798] <Warning>: Triggerd Platform ready Jun 13 17:02:18 Larss-iPhone Parookaville[798] <Warning>: THREAD WARNING: ['OneSignalPush'] took '54.282227' ms. Plugin should use a background thread.

I think it says nothing special, right?