NSExtensionPointIdentifier
< /code>
Это расширение .plist, но Appstore продолжает отклонять его < /p>
CFBundleDevelopmentRegion
$(DEVELOPMENT_LANGUAGE)
CFBundleDisplayName
OneSignalNotificationServiceExtension
CFBundleExecutable
$(EXECUTABLE_NAME)
CFBundleIdentifier
$(PRODUCT_BUNDLE_IDENTIFIER)
CFBundleInfoDictionaryVersion
6.0
CFBundleName
$(PRODUCT_NAME)
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
1.0
CFBundleVersion
1
NSExtension
NSExtensionPointIdentifier
com.apple.usernotifications.service
NSExtensionPrincipalClass
$(PRODUCT_MODULE_NAME).NotificationService
< /code>
ERROR ITMS-90360: Missing Info.plist value. A value for the key NSExtensionPointIdentifier in bundle Runner.app/PlugIns/OneSignalNotificationServiceExtension.appex is required.
Как вы решаете эту ошибку? Уже мой .plist для расширения включает < /p> [code]NSExtensionPointIdentifier < /code> Это расширение .plist, но Appstore продолжает отклонять его < /p>
ERROR ITMS-90360: Missing Info.plist value. A value for the key NSExtensionPointIdentifier in bundle Runner.app/PlugIns/OneSignalNotificationServiceExtension.appex is required. [/code]