iOS Question NSPhotoLibraryUsageDescription and NSCameraUsageDescription

Pendrush

Well-Known Member
Licensed User
Longtime User
I'm using xCode 8 and local Mac builder with these libs:

iAdMob v1.33 (modified version from here)
iArchiver v1.01
iCore v2.80
iHttp v1.01
iHUD v1.00
iJSON v1.00
iMedia v1.21
iPhone v1.70
iRandomAccessFile v1.50
iSQL v1.30
iStringUtils v1.00
iTabelView v1.21

After upload I get this message on my email. Same build also disappear from build in iTunes Connect, so I'm unable to update my app.



EDIT: I'm also using module for share in iOS, please check attached file.
 

Attachments

  • modShare.bas
    2.9 KB · Views: 464
Last edited:

ntylee

New Member
Licensed User
Longtime User
#PlistExtra:<key>NSCameraUsageDescription</key><string>Taking a photo and attach to the task.</string>
#PlistExtra:<key>NSPhotoLibraryUsageDescription</key><string>Select your photo and attach to the task.</string>
 
Upvote 0

Pendrush

Well-Known Member
Licensed User
Longtime User
I'm not clear enough. My app don't use photos and don't use camera.
Question is, what lib need it and how to remove it?
 
Upvote 0

Pendrush

Well-Known Member
Licensed User
Longtime User
iMedia is for VideoView.
I can use these keys is simplest solution, but maybe I need to explain Apple review team for what I use Camera, and I don't use it in app.
 
Upvote 0

Pendrush

Well-Known Member
Licensed User
Longtime User
Did you change anything or just submitted again?

I plan to update the hosted builders to Xcode 8 in a week or two (to allow using iOS 10 new features).

I have added two lines (from post #2)
B4X:
#PlistExtra:<key>NSCameraUsageDescription</key><string>Taking a photo.</string>
#PlistExtra:<key>NSPhotoLibraryUsageDescription</key><string>Select your photo.</string>
and submitted app again. Nothing more.
 
Upvote 0

Yvon Steinthal

Active Member
Licensed User
Thank you, this worked for me, i received an email from itunes saying there was one more issues, and empty email.....
I made a new version adding one of the two lines i was missing and the upload was succesful and it is now in review!
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…