【iOS】ITMS-90683 リジェクトされた。

申請しようとして、怒られた件

ITMS-90683 は、ほとんどの場合、

Info.plist に利用する理由(目的)の記載が無いのが理由です。

端末のいろんな機能を利用する場合は必ず、記載するようにしましょう。


NSCameraUsageDescription
NSMicrophoneUsageDescription
NSPhotoLibraryUsageDescription
NSPhotoLibraryAddUsageDescription
NSAppleMusicUsageDescription
NSLocationAlwaysUsageDescription
NSLocationWhenInUseUsageDescription
NSMotionUsageDescription
NSBluetoothPeripheralUsageDescription (  ~ iOS 12  )
NSBluetoothAlwaysUsageDescription  (  iOS 13 ~  )
NSCalendarsUsageDescription
NSContactsUsageDescription
NSHealthShareUsageDescription
NSHealthUpdateUsageDescription
NSHomeKitUsageDescription
NSRemindersUsageDescription
NSSiriUsageDescription
NSSpeechRecognitionUsageDescription
NFCReaderUsageDescription
NSFaceIDUsageDescription
NSVideoSubscriberAccountUsageDescription

コメント

このブログの人気の投稿

【iOS】Swiftでtransformから角度、ラジアン、ディグリー、スケールを求める

【android】PdfDocumentとPdfRenderer を利用しPDFの作成と表示 (java)

【iOS】UIViewControllerのライフサイクル (Swift)