美文网首页
iOS 发布审核问题2019-4-15~2019-7-15

iOS 发布审核问题2019-4-15~2019-7-15

作者: 吉林天师 | 来源:发表于2019-07-24 14:18 被阅读0次

上架审核问题

屏幕快照 2019-07-24 下午2.17.10.png
屏幕快照 2019-07-24 下午2.17.10.png

Your app declares support for external-accessory in the UIBackgroundModes key in your Info.plist file but does not declare any external accessory protocols supported by your app. The external accessory background mode is intended for apps that communicate with hardware accessories through the External Accessory framework.

Next Steps

If your app is meant to work with external hardware, supported protocols must be included in the UISupportedExternalAccessoryProtocols key in your app's Info.plist file - and the hardware's PPID # should be provided in the Review Notes field of your app in App Store Connect.

Additionally, your app must be authorized by MFi to use the desired hardware. If you are not yet in the MFi Program, you can enroll at MFi program.

Please either revise your Info.plist to include the UISupportedExternalAccessoryProtocols key and update your Review Notes to include the PPID # - or remove the external-accessory value from the UIBackgroundModes key.

[图片上传失败...(image-d4804a-1563948984712)]

///https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/LocationAwarenessPG/CoreLocation/CoreLocation.html#//apple_ref/doc/uid/TP40009497-CH2-SW8

https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/LocationAwarenessPG/RegionMonitoring/RegionMonitoring.html#//apple_ref/doc/uid/TP40009497-CH9-SW1

https://developer.apple.com/design/human-interface-guidelines/ios/app-architecture/requesting-permission/

相关文章

网友评论

      本文标题:iOS 发布审核问题2019-4-15~2019-7-15

      本文链接:https://www.haomeiwen.com/subject/djsxrctx.html