linphone-tutorials/ios/swift/1-LoginTutorial
2021-11-04 14:08:35 +01:00
..
LoginTutorial Extra readme, some formatting, and missing file in Helloworld 2021-09-15 10:58:48 +02:00
LoginTutorial.xcodeproj Add swift tutorials for basic call, voip push and chat features with SDK 5.0 2021-09-14 15:04:30 +02:00
Podfile Add tutorial for remote notification management through notification service app extension, and update pod files 2021-11-04 14:08:35 +01:00
README.md Add swift tutorials for basic call, voip push and chat features with SDK 5.0 2021-09-14 15:04:30 +02:00

Account login tutorial

Now that you have set up Linphone-SDK in a Swift project, let's start using it.

We will see how to login on a SIP server using the Core object instanciated in the previous tutorial. As always, you will have to start with a "Pod install" to generate the xcworkspace for this app.

If you don't have a SIP server yet, you can create an account for free using our free SIP service.

Once you'll be logged-in, you'll be able to continue to the next tutorials to make calls and send messages.