Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Cross-Platform-Entwicklung (https://www.delphipraxis.net/91-cross-platform-entwicklung/)
-   -   Delphi 11.1 IOS App Prüfung "NSUserActivityTypes" (https://www.delphipraxis.net/211394-delphi-11-1-ios-app-pruefung-nsuseractivitytypes.html)

friedt99 9. Sep 2022 17:24

Delphi 11.1 IOS App Prüfung "NSUserActivityTypes"
 
Hallo Zusammen,

wenn ich meine App via Transporter hochladen will, kommt immer die Meldung "1 Problem"
Es fehlt der Schlüssel und ein Wert für NSUserActivityTypes in der info.plist.

Was kann dafür die Ursache sein ?

Ich habe den Schlüssel unter "Versionsinformationen" im Projekt eingetragen. In der <Projekt>.info.plist im Release Ordner
ist der Eintrag nach dem Erstellen des Projektes auch vorhanden. Trotzdem meckert die Prüfung in Transporter (und auch in Apple Developer),
das der Eintrag fehlt.

Was kann ich da falsch gemacht haben ?

Original Meldung aus Apple Developer:

ITMS-90894: Missing Info.plist value - Apps with the
com.apple.developer.usernotifications.communicatio n entitlement must specify
either 'INSendMessageIntent' or 'INStartCallIntent' in the value of the NSUserActivityTypes Info.plist key.

Vielen Dank im Voraus

Thomas

friedt99 10. Sep 2022 07:10

AW: Delphi 11.1 IOS App Prüfung "NSUserActivityTypes"
 
So, habe es selbst herausgefunden.

Ich hatte in Apple Developer unter dem App Identifier bei
"Capabilites / App Services" einen Haken bei "Communication Notifications" gesetzt,
da ich dachte, den braucht es für die Nutzung vom TNotificationCenter.

Dem ist wohl nicht so.

Ohne diesen Haken klappt der Upload problemlos.

Grüße
Thomas

himitsu 10. Sep 2022 08:54

AW: Delphi 11.1 IOS App Prüfung "NSUserActivityTypes"
 
https://developer.apple.com/document...dmessageintent

Klingt so, als sei das genau andersrum.

Nicht Notifications senden, sondern empfangen (IN), :gruebel:


also wenn du das com.apple.developer.usernotifications.communication setzt,
müsstest du auch eine der beiden Empfangs-Funktionen (INSendMessageIntent oder INStartCallIntent) implementieren.

Und weil das fehlte, wurde eben gemeckert.


Alle Zeitangaben in WEZ +1. Es ist jetzt 12:15 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz