Skip to content

Comments

Fix SMS Enter Digit Code Crash on some localizations#428

Merged
MattKiazyk merged 1 commit intoXcodesOrg:mainfrom
ElonPark:bug/elon/fix-send-sms-crash
Nov 22, 2023
Merged

Fix SMS Enter Digit Code Crash on some localizations#428
MattKiazyk merged 1 commit intoXcodesOrg:mainfrom
ElonPark:bug/elon/fix-send-sms-crash

Conversation

@ElonPark
Copy link
Contributor

@ElonPark ElonPark commented Sep 23, 2023

Bug

close #427

Crash when selecting a phone number to receive an SMS verification code
Languages where crashes occurred: ko, hi, tr

Crash Causes

When using localized strings, a crash occurs if you are passing numbers and strings as arguments and the order of the numbers and strings is not correct.

Solution

Specify the order of the arguments in the localization string

@ElonPark ElonPark changed the title Fix SMS Enter Digit Code Crash (close #427) Fix SMS Enter Digit Code Crash Sep 23, 2023
@MattKiazyk MattKiazyk added the localization Chore and new localizations label Nov 22, 2023
@MattKiazyk
Copy link
Contributor

Thanks @ElonPark !

@MattKiazyk MattKiazyk merged commit 6fcb4aa into XcodesOrg:main Nov 22, 2023
@MattKiazyk MattKiazyk changed the title Fix SMS Enter Digit Code Crash Fix SMS Enter Digit Code Crash on some localizations Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

localization Chore and new localizations

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Always crashes when selecting a phone number to receive an SMS verification code

2 participants