Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(publish): Various apple publish/sign in fixes. #5718

Merged
merged 6 commits into from
Mar 25, 2023

Conversation

jcassidyav
Copy link
Contributor

@jcassidyav jcassidyav commented Feb 27, 2023

PR Checklist

What is the current behavior?

Currently any command that tries to login to apple with a username/passwrod will fail and lock the apple account.
e.g. ns publish ios. fastlane issue: fastlane/fastlane#21071.

Current implementation does not support SMS verification. (#5714)

On Xcode >= 14 publish will fail because of the removal of iTMSTransporter. (#5704)

What is the new behavior?

The Hashcash header is implemented allowing login.
The simple 1 phone registered SMS case is supported.
Now uses altool to push ipa if xcode>=14.

fixes #5714
fixes #5704.

@cla-bot cla-bot bot added the cla: yes label Feb 27, 2023
@jcassidyav jcassidyav changed the title Fix sign in fix(publish): Various apple publish/sign in fixes. Feb 27, 2023
@rigor789 rigor789 added this to the 8.5 milestone Mar 15, 2023
@rigor789 rigor789 merged commit 1c27c2b into NativeScript:main Mar 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants