PMSDK 1.0.7

PMSDK 1.0.7

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jun 2017

Maintained by Kirill Mukha.



PMSDK 1.0.7

  • By
  • Westbro0k

Installation

PMSDK is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'PMSDK'

Requirements

  • iOS 8.0 or higher.

Example

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.


About

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:

  • See earned bonuses;
  • Share with friends to earn more bonuses;
  • Monitoring of earned bonuses throgh all his apps that using PM!

Author

Kirill Mukha, [email protected]

License

PMSDK is available under the MIT license. See the LICENSE file for more info.