How to publish App to AppStore with Fastlane and steps to get there

Hello everyone, all right? I finished programming my first application made with the Expo. And I’m looking forward to sending it to both the AppStore and Google Play. But I have some difficulties.

Getting to generate the IPA and APK, the APK able to install on Android but the IPA I’m having difficulties.

I would like to know if the upload procedure for AppStore is:

  1. Generates the IPA
  2. Send to iTunes Connect via Fastlane
  3. There configure all Apple requirements (such as screenshots) and click publish.

If so, can anyone who has done this procedure with Fastlane help me? I’m having difficulty even opening an issue in their github (https://github.com/fastlane/fastlane/issues/11220)

Thank you very much.

1 Like

Hi, I recommend just using the default fastlane fastfile template if you’re not sure what to do. It will probably do most of the correct work for you.

Alternatively, you can download Application Loader, which comes with the Xcode developer tools, and then submit with that.