microsoft / app-store-vsts-extension

Visual Studio Team Services (VSTS) extension for performing continuous delivery to the App Store store from your automated CI builds
Other
93 stars 53 forks source link

Azure Devops to Deploy IOS Application on Test-flight #274

Closed madcwb closed 1 year ago

madcwb commented 2 years ago

I am using "Azure DevOps Extension for the Apple App Store" to publish my app

But in process return error "/Users/runner/.gem-cache/gems/fastlane-2.205.2/spaceship/lib/spaceship/connect_api/token.rb:71:in `initialize': [!] string contains null byte (ArgumentError)" and I cant find the reason.

I need help to identify the reason.

See details

Screenshot_5 Screenshot_6

Kozlov-Igor commented 2 years ago

Hi @madcwb thanks for reporting! We are working on more prioritized issues at the moment, but will get back to this one soon.

legrignotin commented 1 year ago

@madcwb If you still have the issue, you need to covert your apiToken to a base64 string and it should work :)

max-zaytsev commented 1 year ago

Looks like an encoding problem