noam9052Original post
Rank 1: Thread
I’m trying to sign up User with phone number and send him auth sms
i need sms provider for that or i can do it with appwrite swift sdk?
Summary
User is trying to sign up a user with a phone number and send them an SMS authentication. They are wondering if they need an SMS provider or if they can do it using the Appwrite Swift SDK. The issue has been solved and they can use the `account.createPhoneSession()` method to configure the SMS authentication.