Popularity
0.8
Stable
Activity
0.0
Stable
7
3
8

Code Quality Rank: L4
Programming language: Objective-C
License: Apache License 2.0
Latest version: v1.2.2

Growth Push alternatives and similar libraries

Based on the "Push Notification Providers" category.
Alternatively, view Growth Push alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Growth Push or a related project?

Add another 'Push Notification Providers' Library

README

: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.

https://growthpush.com/

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
  1. Set the build configuration of "Run" to Release.
  2. Select the destination to "iOS device"
  3. Build the framework
  4. The framework will be generated under "Products"

License

Licensed under the Apache License.


*Note that all licence references and agreements mentioned in the Growth Push README section above are relevant to that project's source code only.