-
Extend app-store-connect to use the App Store Connect API to submit app for App Store review as described here:
https://developer.apple.com/documentation/appstoreconnectapi/app_store_version_submis…
-
When I try to get `preReleaseVersion` from `Build` resource I get:
```
app_version = build.preReleaseVersion().version
File "/usr/local/lib/python3.9/site-packages/appstoreconnect/resource…
-
### New Issue Checklist
- [x] Updated fastlane to the latest version
- [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
- [x] I read [doc…
-
Here's the error I get:
```
+------------------------------------------------------------------------------+
| (1) ios-auto-provision-appstoreconnect@0 |
+---…
sregg updated
3 years ago
-
## Tell us about the problem you're trying to solve
Currently the appstore connector fails because when pasting a file into the `private_key` field removes the newlines, and the underlying library re…
-
```
Config:
- BuildAPIToken: [REDACTED]
- BuildURL: https://app.bitrise.io/build/463f3a302790beae
- ProjectPath: ios/lndmobile.xcworkspace
- Scheme: lndmobile
- Configuration:
- Distribution: …
-
Hello there,
### New Issue Checklist
- [x] Updated fastlane to the latest version
- [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
…
-
### New Issue Checklist
- [ x ] Updated fastlane to the latest version
- [ x ] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
- [ x ] I…
-
### New Issue Checklist
- [ ] Updated fastlane to the latest version
- [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
- [x] I read …
-
looks like app store connect API has option to get list of builds associated with an app i.e. https://developer.apple.com/documentation/appstoreconnectapi/list_all_builds_of_an_app
maybe we can cre…