dvorakOriginal post
Web Developer
I hope to use account.createPhoneSession(), in the cloud version of Appwrite, but I am unable to receive SMS. I guess it's because +86 (China number) is not allowed? Am I correct? Is there any other way to do the sms auth? I plan to use the Function to send sms, where inside the function, I implement my own sms sending service. but I's still confused about where updatePhoneSession() still works in this case?
Summary
Title: SMS authentication in China
Developers are having trouble using `account.createPhoneSession()` in the Appwrite cloud version to receive SMS in China (+86). They are wondering if this is not allowed and if there is an alternative method for SMS authentication. They also have questions about how `updatePhoneSession()` works in this case when implementing their own SMS sending service.
Solution: Currently, it seems that +86 (China number) is not supported for SMS authentication in Appwrite. One possible solution is to use the Function feature to send SMS, and implement your own SMS sending service within the function. However, it is unclear if