Page 2 of 3

IOS Publication

Posted: Mon Feb 06, 2017 10:13 pm
by sdanigo

Hi Bruce,
thanks for your reply. I will test that.

Sylvain


IOS Publication

Posted: Mon Feb 06, 2017 11:49 pm
by sdanigo

Unfortunatly, I've done that and still have this message:
Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data.

Desesperate, I will try xCode :-(


IOS Publication

Posted: Mon Feb 06, 2017 11:51 pm
by Bruce Stuart

can you screen print your (app-name).plist file ?


IOS Publication

Posted: Mon Feb 06, 2017 11:58 pm
by sdanigo

Hi Bruce, thanks again for your help, very appreciated.

Image


IOS Publication

Posted: Tue Feb 07, 2017 12:19 am
by Bruce Stuart

Sylvain,

Please try to remove the ' in the previous line (for now).

If you look 2 lines below this - the builder - complaint with the xCode standard - is using a %quot for this. Don't mess with that for now - just remove the ' from the prior line - and try again.

Otherwise - looks good.

I'm available for another hour .... so... let's hope.

Bruce


IOS Publication

Posted: Tue Feb 07, 2017 1:04 am
by sdanigo

Done, published without the '
Waiting for result
Thanks again


IOS Publication

Posted: Tue Feb 07, 2017 1:05 am
by sdanigo

unfortunatly

Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data.


IOS Publication

Posted: Tue Feb 07, 2017 1:07 am
by Bruce Stuart

lol .... one more look at your .plist file ?? with the changes you just made??


IOS Publication

Posted: Tue Feb 07, 2017 1:19 am
by Bruce Stuart

also - please make sure you are sending the correct build in the loader to the Apple store - increment the build number (you'll need to do that in the plist file) - and then make sure that that build appears when you load it.

Also - please delete any other .ipa's that exist on your PC with the same name - to ensure you get the right one...


IOS Publication

Posted: Tue Feb 07, 2017 1:24 am
by sdanigo

new .plist
Image

Thanks