You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
linphone-tutorials/ios/swift/0-Helloworld
QuentinArguillere 083ddb165b
Add tutorial for remote notification management through notification service app extension, and update pod files
3 years ago
..
Helloworld Extra readme, some formatting, and missing file in Helloworld 3 years ago
Helloworld.xcodeproj Extra readme, some formatting, and missing file in Helloworld 3 years ago
Podfile Add tutorial for remote notification management through notification service app extension, and update pod files 3 years ago
README.md Add swift tutorials for basic call, voip push and chat features with SDK 5.0 3 years ago

README.md

Hello World tutorial

The purpose of this tutorial is to explain how to add our SDK as a dependency of an Swift project and how to create the Core object that all our APIs depends on.

Start by taking a look at the Podfile file, and use the "pod install" command to create Helloworld.xcworkspace and build the app

The user interface will only display the Core's version, but in the next tutorial you will learn how to use it to login your SIP account.