Latest | 1.2.1 |
---|---|
Homepage | https://github.com/SIROK/growthpush-ios |
License | Apache License, Version 2.0 |
Platforms | ios 5.1.1 |
Authors | , |
:warning: Deprecation Notice
Growth Push SDK for iOS will be depricated becasue all SDK are integrated with Growthbeat SDK. Please use its SDK instead:
Growth Push SDK for iOS
GrowthPush is push notification and analysis platform for smart devices.
Easy usage
[EasyGrowthPush setApplicationId:YOUR_APP_ID secret:@"YOUR_APP_SECRET" environment:kGrowthPushEnvironment debug:YES];
That’s all. GrowthPush instance will get APNS device token, send it to server, track launching event and tag the device information. You can get the app ID and secret on web site of GrowthPush.
You can get furthermore information on GrowthPush documetations.
Install with script
Run install script.
ruby ./install.rb -l ./GrowthPush.framework -p /path/to/your_project -i APPLICATION_ID -s APPLICATION_SECRET
Install with CocoaPods
Add GrowthPush dependency to Podfile.
pod 'GrowthPush'
Then run pod command
pod install
Building GrowthPush.framework
iOS-Universal-Framework is required.
git clone https://github.com/kstenerud/iOS-Universal-Framework.git
cd ./iOS-Universal-Framework/Real Framework/
./install.sh
- Set the build configuration of "Run" to Release.
- Select the destination to "iOS device"
- Build the framework
- The framework will be generated under "Products"
License
Licensed under the Apache License.
Latest podspec
{ "name": "GrowthPush", "version": "1.2.1", "summary": "GrowthPush SDK for iPhone/iPad", "description": " GrowthPush is push notification and analysis platform for smart devices.n https://growthpush.com/n", "homepage": "https://github.com/SIROK/growthpush-ios", "license": { "type": "Apache License, Version 2.0", "file": "LICENSE" }, "authors": { "SIROK, Inc.": "[email protected]", "katty0324": "[email protected]" }, "source": { "git": "https://github.com/SIROK/growthpush-ios.git", "tag": "1.2.1" }, "source_files": "source/GrowthPush/*.{h,m}", "preserve_paths": "README.*", "platforms": { "ios": "5.1.1" }, "requires_arc": false }
Sat, 05 Mar 2016 02:43:05 +0000