2016-06-30 10 views
0

Die App ist von Apple genehmigt, aber es stürzt weiter beim Herunterladen aus dem App Store, Die App funktioniert gut in Simulator.iOS-Anwendung abgestürzt wegen "CFNetwork"

Hier ist das Crashlog. Aus meiner Suche wurde darauf hingewiesen, dass es aufgrund ist zu analysieren und zu aber auch nach Parse aktualisieren und erneut einreichen noch die App an Apple Bewertung stürzt

Incident Identifier: 1EA2D752-986F-45F0-B00D-258BBDAFFDBE 
    CrashReporter Key: 16f85ba0a0b881573e6146c9e7ff8890a75db660 
    Hardware Model:  iPhone7,2 
    Process:    Roadster [429] 
    Path:    /private/var/containers/Bundle/Application/5BF8E8BA-B069-40C7-9345-5FB298584CFF/Roadster.app/Roadster 
    Identifier:   App.Roadster 
    Version:    4 (4.5) 
    Code Type:   ARM-64 (Native) 
    Parent Process:  launchd [1] 

    Date/Time:   2016-06-24 02:16:02.02 +0530 
    Launch Time:   2016-06-24 02:15:47.47 +0530 
    OS Version:   iOS 9.3.2 (13F69) 
    Report Version:  105 

    Exception Type: EXC_CRASH (SIGABRT) 
    Exception Codes: 0x0000000000000000, 0x0000000000000000 
    Exception Note: EXC_CORPSE_NOTIFY 
    Triggered by Thread: 0 

    Filtered syslog: 
    None found 

    Global Trace Buffer (reverse chronological seconds): 
    0.224703  CFNetwork     0x0000000184525990 TCP Conn 0x154f8b920 starting SSL negotiation 
    0.225145  CFNetwork     0x00000001845c7f18 TCP Conn 0x154f8b920 complete. fd: 19, err: 0 
    0.226301  CFNetwork     0x00000001845c9444 TCP Conn 0x154f8b920 event 1. err: 0 
    0.849718  CFNetwork     0x00000001845c951c TCP Conn 0x154f8b920 started 
    11.240709 CFNetwork     0x0000000184525a80 TCP Conn 0x154db8b00 SSL Handshake DONE 
    12.478336 CFNetwork     0x0000000184525990 TCP Conn 0x154db8b00 starting SSL negotiation 
    12.479360 CFNetwork     0x00000001845c7f18 TCP Conn 0x154db8b00 complete. fd: 15, err: 0 
    12.479584 CFNetwork     0x00000001845c9444 TCP Conn 0x154db8b00 event 1. err: 0 
    12.865094 CFNetwork     0x00000001845c951c TCP Conn 0x154db8b00 started 
    12.889732 CFNetwork     0x0000000184525a80 TCP Conn 0x154d799c0 SSL Handshake DONE 
    13.189451 CFNetwork     0x0000000184525a80 TCP Conn 0x154e87ad0 SSL Handshake DONE 
    13.377730 CFNetwork     0x0000000184525a80 TCP Conn 0x154d5cae0 SSL Handshake DONE 
    13.667209 CFNetwork     0x0000000184525a80 TCP Conn 0x154d3a890 SSL Handshake DONE 
    13.726884 CFNetwork     0x0000000184525990 TCP Conn 0x154d799c0 starting SSL negotiation 
    13.731394 CFNetwork     0x00000001845c7f18 TCP Conn 0x154d799c0 complete. fd: 13, err: 0 
    13.735323 CFNetwork     0x00000001845c9444 TCP Conn 0x154d799c0 event 1. err: 0 
    13.895899 CFNetwork     0x0000000184525990 TCP Conn 0x154e87ad0 starting SSL negotiation 
    13.896511 CFNetwork     0x00000001845c7f18 TCP Conn 0x154e87ad0 complete. fd: 7, err: 0 
    13.898156 CFNetwork     0x00000001845c9444 TCP Conn 0x154e87ad0 event 1. err: 0 
    13.991708 CFNetwork     0x0000000184525990 TCP Conn 0x154d3a890 starting SSL negotiation 
    13.992223 CFNetwork     0x00000001845c7f18 TCP Conn 0x154d3a890 complete. fd: 12, err: 0 
    13.993698 CFNetwork     0x00000001845c9444 TCP Conn 0x154d3a890 event 1. err: 0 
    14.076219 CFNetwork     0x0000000184525990 TCP Conn 0x154d5cae0 starting SSL negotiation 
    14.076820 CFNetwork     0x00000001845c7f18 TCP Conn 0x154d5cae0 complete. fd: 6, err: 0 
    14.078054 CFNetwork     0x00000001845c9444 TCP Conn 0x154d5cae0 event 1. err: 0 
    14.227695 CFNetwork     0x00000001845c951c TCP Conn 0x154d799c0 started 
    14.229171 CFNetwork     0x00000001845c951c TCP Conn 0x154d3a890 started 
    14.518114 CFNetwork     0x00000001845c951c TCP Conn 0x154e87ad0 started 
    14.519612 CFNetwork     0x0000000184623e5c Creating default cookie storage with default identifier 
    14.519612 CFNetwork     0x0000000184623e28 Faulting in CFHTTPCookieStorage singleton 
    14.519612 CFNetwork     0x0000000184675e50 Faulting in NSHTTPCookieStorage singleton 
    14.529775 CFNetwork     0x00000001845c951c TCP Conn 0x154d5cae0 started 
+0

Stürzt es auf Ihrem Gerät ab, wenn es mit Ihrem Mac verbunden ist? – Eiko

+0

@Eiko Nein, es läuft perfekt in Ordnung Stürzt nur ab, wenn aus dem App Store heruntergeladen –

Antwort

0

Answering mich: Problem zurückzuführen parsen, Update Parsen Rahmen und sollte das Problem lösen

+0

Was ist das Parse-Framework? Ich habe ähnliche Symptome mit einer Airwatch MDM gesteuerten App im Geschäftsspeicher meines Kunden. – mobibob