Alexandre Moureaux
Developer at
@almouro
github.com/almouro
It went a bit like this for me the first time
It went a bit like this for me the first time
Create app identifier
Get a certificate
Get a provisioning profile
Archive your app
Publish it
Legend has it you can click everywhere randomly in Xcode
and it ends up working!
Time consuming
Error prone
Not beginner friendly
Time consuming
Error prone
Not beginner friendly
$ gem install fastlane$ produceCreate App Id
$ sighAutomatically download / generate provisioning profiles
Create App Id
Create certificate
Create / Download provisioning
Archive app -> IPA
Upload to testflight
Update itunes metadata
$ fastlane initUses produce
Generates a fastlane folder
# The bundle identifier of your app
app_identifier "fr.bamlab.almouro.test"
# Your Apple email address
apple_id "moureaux@live.com"
# Developer Portal Team ID
team_id "Z445H6455F"
# iTunes Connect Team ID
itc_team_id "118116212"lane :testflight do
sigh
gym
pilot
end$ fastlane actionsThe docs are great!
Constantly improving
Android support is getting better and better