Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
Leanplum/Leanplum-iOS-SDK
Installation & Usage
- Please refer to: https://www.leanplum.com/docs#/setup/ios for how to setup Leanplum SDK in your project.
- To run the example project:
cd "Example/"
pod install
open "Leanplum-SDK.xcworkspace"
Development Workflow
- We use feature branches that get merged to
master
.
Build the SDK
To build the sdk run:
cd "Example/"
pod install
cd -
./build.sh
Contributing
Please follow the guidelines under https://github.com/Leanplum/Leanplum-iOS-SDK/blob/master/CONTRIBUTING.md
License
See LICENSE file.
Support
Leanplum does not support custom modifications to the SDK, without an approved pull request (PR). If you wish to include your changes, please fork the repo and send a PR to the develop branch. After the PR has been reviewed and merged into develop it will go into our regular release cycle which includes QA. Once QA has passed the PR will be available in master and your changes are now officialy supported by Leanplum.
Github
link |
Stars: 55 |
Last commit: 2 weeks ago |
You may find interesting
Releases
iOS SDK 3.1.1 - 2021-01-08T17:03:23
Improvements
Add customizable interval in LPRequestSenderTimer (#413) Add method for downloading inbox messages (docs) (#416) Refactor batching of requests (#413) Resource bundle support (#412)
Fixes
Open URL encoding (#415) Using UNUserNotification instead of deprecated UILocalNotification class (#411) Chained rich interstitial messages fix for iOS 12 (#410)