messeb / ios-project-template

iOS project template with fastlane lanes, Travis CI jobs and GitHub integrations of Codecov, HoundCI for SwiftLint and Danger
https://to.messeb.com/ios-project-template
MIT License
399 stars 47 forks source link

Integration of App Store Connect API #2

Open messeb opened 5 years ago

messeb commented 5 years ago

Apple releases it App Store Connect API: https://developer.apple.com/news/?id=11022018

After the integration of this API into fastlane (https://github.com/fastlane/fastlane/issues/12713), the template will be updated. It will replace the username and password environment variables (FASTLANE_USER, FASTLANE_FASTLANE_PASSWORD) for the App Store Connect user.

KrauseFx commented 5 years ago

What do you mean the template will be updated?

doozMen commented 5 years ago

I can use the API but do not seam to find how to updload an ipa. Anybody else more luck?