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
You can use Rescue SDK via CocoaPods. Add each modules you'd like to use to your 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.
You can use Rescue SDK via Swift Package Manager.
https://github.com/LogmeinRescue/iOS-SDK
Check out the latest release and follow the guide on our website.
IMPORTANT UPDATE: LMICoreMedia framework binary contains simulator architectures. Please add strip-frameworks script to your build steps (like in Camera Example app).