CocoaPods trunk is moving to be read-only. Read more on the blog, there are 13 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Jun 2017 |
Maintained by Kirill Mukha.
PMSDK is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'PMSDK'To run the example project, clone the repo.
Example directory contains two projects: on Swift and Objective-C.
Choose one of them and run pod install from the Example directory of selected project.
PMSDK - it's easy way to integrate in your application sharing system.
For make it works you need to provide your registered in PM application's data in this way:
[PMSharingSDK startWithLaunchOptions:launchOptions appId:@"PM_App_ID" apiKey:@"PM_X_API_KEY"];and start ativity in this way:
[[PMSharingSDK shared] startApplicationActivityWithURIScheme:@"your_app_scheme"];PMSDK provides UI to allow user:
Kirill Mukha, [email protected]
PMSDK is available under the MIT license. See the LICENSE file for more info.