LogmeinRescue / iOS-SDK

Rescue In-App Support iOS SDK
http://secure.logmeinrescue.com/welcome/webhelp/EN/SDKi/MobileSDK/c_riossdk_overview.html
Other
6 stars 7 forks source link

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

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.

By Swift Package Manager

You can use Rescue SDK via Swift Package Manager.

https://github.com/LogmeinRescue/iOS-SDK

Manually

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).