Ich versuche, meine App zu senden, aber ich bekomme diesen Fehler, wenn ich versuche, es einzureichen. Ich schaue über die Build-Datei und pliste, kann aber nicht herausfinden, wo ich das ändern muss, um es zu beheben.FEHLER ITMS-90040 zum Senden von App UIApplicationExitsOnSuspend
Vielen Dank für jede Hilfe mit diesem.
ERROR ITMS-90040: "If the value of UIApplicationExitsOnSuspend is Yes, your app must not specify any values in the UIBackgroundModes key. If your app uses background services, the value of UIApplicationExitsOnSuspend must be No. For more information, refer to the Information Property List Key Reference."
ERROR ITMS-90040: "If the value of UIApplicationExitsOnSuspend is Yes, your app must not specify any values in the UIBackgroundModes key. If your app uses background services, the value of UIApplicationExitsOnSuspend must be No. For more information, refer to the Information Property List Key Reference."
muss ich ein anderes Element in meine PLIST-Datei hinzufügen?
Was ist in Ihrer info.plist? Verwenden Sie Hintergrundmodi? Die Fehlermeldung ist ziemlich klar. – Paulw11
Dort habe ich geschrieben, wie mein Plist ist. – MNM
Der einzige Hintergrund, den ich denke, ich benutze ist der Push notficiaton – MNM