Skip to main content

All Questions

0 votes
0 answers
12 views

How to retrieve the uploaded App URL after using upload_to_testflight in fastlane?

I am using Fastlane's upload_to_testflight action to upload an app to TestFlight. Here is my current implementation: upload_to_testflight( skip_waiting_for_build_processing: true, api_key_path: ...
Enca's user avatar
  • 3
0 votes
1 answer
34 views

Fastlane release_notes: An attribute value is invalid. - The language specified is not listed for localization

When uploading an app to app store connect using Fastlane I have defined function like this: upload_to_app_store( skip_screenshots: true, force: true, run_precheck_before_submit: false, ...
Bartłomiej Semańczyk's user avatar
0 votes
1 answer
67 views

Fastlane uploads Metadata and Screenshots but they don't appear in App Store Connect

I'm new to fastlane and want to use it to update the localised metadata and screenshots for my mac app. Things seem to work fine, but the metadata and screenshots don't appear in App Store Connect. ...
Thomas's user avatar
  • 51
0 votes
1 answer
108 views

Setting App prices using Price Point Id (Appstore Connect API) for new Apps

I am building a script to upload new apps to store via fastlane. However, fastlane currently faces issues with setting prices for newly created apps.SO I created ruby scripts to do it manually via api....
MetaSnarf's user avatar
  • 6,147
0 votes
1 answer
333 views

FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD not working with Azure devops

I have setup the pipeline using azure devops. It's working fine locally but when running on azure it says: Missing password for user [email protected], and running in non-interactive shell what I ...
anirudh sharma's user avatar
0 votes
0 answers
65 views

Is there a way to skip 2FA while using fastlane spaceship app analytics?

I want to show AppStoreConnect's app analytics in my web app. Using fastlane/spaceship(fastlane gem) to get metrics from AppStoreConnect. Unbale to proceed due to 2FA. I just want to skip the 2FA ...
Beu's user avatar
  • 1,584
2 votes
2 answers
447 views

Can we automate Apple App Store Connect app update with "Whats New" localization?

I have my app in multiple languages and the UI requires translated versions of "Whats New" which is a lot of clicking. Can we include perhaps a release notes in the IPA to get the whats new ...
giorgio79's user avatar
  • 4,178
0 votes
1 answer
960 views

Uploading package to App Store Connect using Fastlane is uploading it also on the TestFlight builds list

When I upload my application to AppStore Connect using upload_to_app_store(), it is also uploading a version to TestFlight, and this causes the default version in TestFlight to be the last one ...
Gonzalo's user avatar
  • 17
4 votes
4 answers
3k views

fastlane "Your session has expired. Please log in."

When using fastlane match I get the error "Your session has expired. Please log in." The app_store_connect_api_key seems fine and does not expire normally. WHat is this problem about?
Kevin Kreps's user avatar
1 vote
2 answers
2k views

Fastlane error: Could not find a version to edit for app for 'IOS'

In my Flutter app, I want to send the screenshots of my app using Fastlane. I already managed to achieve that for the Android version, but I'm struggling with the iOS version. So here is what I did so ...
matteoh's user avatar
  • 3,550
40 votes
1 answer
26k views

Fastlane : [altool] Error: Unable to upload archive. Failed to get authorization for username and password

I try to upload my flutter ipa to the AppStore with fastlane using pilot with the following command: bundle exec fastlane pilot upload --ipa ../build/ios/ipa/project.ipa When I run this command I ...
Liam's user avatar
  • 659
31 votes
7 answers
8k views

Fastlane failing with error "Cannot obtain the content provider public id. Please specify a provider short name using the -asc_provider option."

I created an iOS test flight build using Fastlane, and I got this strange error, not sure why because it was working fine yesterday and now without any change in Fastlane configuration it gives me an ...
Haresh Ghatala's user avatar
10 votes
2 answers
4k views

Xcode 14: Could not find transporter at /Applications/Xcode.app/Contents/Developer/

I simply trying to upload build with fastlane to itunesconnect, but I have an error: Could not find transporter at /Applications/Xcode.app/Contents/Developer/. Please make sure you set the correct ...
Bartłomiej Semańczyk's user avatar
2 votes
0 answers
210 views

Can't submit localized text for In App Purchases with Fastlane to Appstore Connect

I'm currently using the (deprecated) Spaceship API to create subscription in-app-purchases. Besides Fastlane I'm not using Ruby at all, so I'm really a beginner when it comes to data types etc. in ...
patreu22's user avatar
  • 3,345
2 votes
1 answer
717 views

How to find the Build Bundles ID with Appstore Connect APIs

Need to get the size of the build using appstore connect API call. Trying to find the what exactly is the ID mentioned here in the below endpoint. https://developer.apple.com/documentation/...
nakeer's user avatar
  • 767

15 30 50 per page
1
2 3 4 5