Rescue SDK for iOS
The Rescue In-App Support iOS SDK allows your customers to establish a Rescue support session within your app.
For further information please visit our website: http://secure.logmeinrescue.com/welcome/webhelp/EN/SDKi/MobileSDK/c_riossdk_overview.html
Installation
Our repository is using git-lfs for binary files in our frameworks. Please install git-lfs before and clone the repository or install via CocoaPods.
By CocoaPods
You can use Rescue SDK via CocoaPods. Add each modules you'd like to use to your Podfile
:
Podfile
target 'YourAppTarget' do
use_frameworks!
pod 'RescueSDK/Core'
pod 'RescueSDK/LMICoreMedia'
pod 'RescueSDK/Broadcast'
end
target 'YourBroadcastTarget' do
use_frameworks!
pod 'RescueSDK/Broadcast'
end
IMPORTANT UPDATE: Our pod is devlivering XCFrameworks supported from CocoaPods 1.9. Please use latest cocoapod to install or update this Pod.
Manually
Check out the latest release and follow the guide on our website.
Do not download the zip file, the archive will not contain the LMICoreMedia.framework, use git clone (after you installed git-lfs). IMPORTANT UPDATE: LMICoreMedia framework binary contains simulator architectures. Please add strip-frameworks script to your build steps (like in Camera Example app).