Initiate our SDK by adding the following line of code in your Application class.
Open Podfile and add the below code snippet.
1
target 'Your App name' do
2
...
3
pod 'teliver'
4
...
5
end
Copied!
For Swift 4 and below, use teliver v1.1.3
1
pod 'teliver', '1.1.3'
Copied!
If use_framework! Is commented, please uncomment it.
Install cocoapods using pod install.
Note: If the project is using Cocoapods, it will auto generate a .xcodeworkspace for our application. Please quit the running application and reopen using .xcodeworkspace
obj-c
Swift
Enable the following in your build settings.
Always Embed Swift Standard Libraries.
Allow Non-Modular Includes In Framework Modules.
Enable the following in info.plist of your project.