Swrve is a single integrated platform delivering everything you need to drive mobile engagement and create valuable consumer relationships on mobile.
This native iOS SDK will enable your app to use all of these features.
Have a look at the quick integration guide at http://docs.swrve.com/developer-documentation/integration/ios/
Add the following line to your Podfile
pod ‘SwrveSDK’
You can use Carthage to install Swrve
by adding it to your Cartfile
Note SwrveSDK version > 8.0 depends on SDWebImage. SDWebImage.xcframework is included in the root of our SwrveFramework project.
Use this or add SDWebImage to your cartflie as shown below.
github "Swrve/swrve-ios-sdk"
github "SDWebImage" "~> 5.0"
For installing Swift packages, please see the [Apple Developer Docs](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app Requirements)
The SDK supports iOS 10+ and the latest version of Xcode (Xcode 10.1, as the time of writing). The SDK will handle older versions of the OS with a dummy SDK.
-1
and <API_key>
arguments found in the project's AppDelegate
file with the AppID with the API Key provided by Swrve.We would love to see your contributions! Follow these steps:
git checkout -b my_awesome_feature
)git commit -m "Awesome feature"
)git push origin my_awesome_feature
)© Copyright Swrve Mobile Inc or its licensors. Distributed under the Apache 2.0 License.
link |
Stars: 16 |
Last commit: 6 weeks ago |
Features
startLiveActivityTracking<T: ActivityAttributes>(activityId: String, activity: Activity<T>)
resumeLiveActivityTracking<T: ActivityAttributes>(ofType activityType: Activity<T>.Type)
For more information, see: Integration guide.Fixes
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics