levibostian / iOSBlanky

My opinionated iOS app boilerplate
MIT License
6 stars 5 forks source link

Get fastlane setup with 2FA #53

Open levibostian opened 3 years ago

levibostian commented 3 years ago

February 21, 2021 Apple is requiring all apple accounts have 2FA enabled.

We now need to use an API key for TestFlight and apple app store uploads but use fastlane sessions for other tasks. Setup the project for that kind of authentication. Update the docs to reflect this.

levibostian commented 3 years ago

Here is a discussion on the topic.

In this topic there is a linked PR. In the PR it talks about automating the 2FA which sounds like it might work! Maybe we can setup a phone number with each app I build and automatically retrieve and set the 2fa code on the CI server in a background process.