NSPhotoLibraryUsageDescription in Xcode8

Localizing of info.plist file may be very unuseful, especially if you use many languages in your apps. The simplest way for localizing NSPhotoLibraryUsageDescription, NSLocationWhenInUseUsageDescriptionor NSCameraUsageDescription keys is to describe it in InfoPlist.strings file. Create new *.strings file with name InfoPlist; Press Localize… button in file inspector and choose the default language; Add new records in … Read more

Getting error “Need to acknowledge to Apple’s Apple ID and Privacy statement.”

Summary: Case 1: * You don’t want 2FA enabled Update Gemfile with fastlane 2.173.0 and run bundle install, bundle update fastlane, or bundle update Use SPACESHIP_SKIP_2FA_UPGRADE=1 in your CI Case 2: * You have 2FA enabled * You only need non-enterprise account Generate APP_STORE_CONNECT_API_KEY from appstore connect using an Account Holder role. It looks like … Read more