【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でCGAffineTransformから角度・ラジアン・度数・スケールを計算する方法

【iOS】UILabelでヒラギノフォントの上下が切れる問題と対処法

【Android】WebViewのズームボタン(ピンチイン・ピンチアウト)を非表示にする方法