Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.57 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.57 KB

Growth Message SDK for iOS

🚨 This SDK is no longer maintained 🚨
You can use Growthbeat sdk insead:


Growth Message in-app message service for mobile apps.

Usage

  1. Install Growthbeat Core SDK.

  2. Install Growth Analytics SDK.

  3. Add GrowthMessage.framework into your project.

  4. Link SystemConfiguration.framework and AdSupport.framework

  5. Import the framework header.

    #import <GrowthMessage/GrowthMessage.h>
  6. Write initialization code

    [[GrowthMessage sharedInstance] initializeWithApplicationId:@"APPLICATION_ID" credentialId:@"CREDENTIAL_ID"];
  7. Write following code in the place to display a message. You can choose the event to make a message on the Growth Message dashboard.

    [[GrowthAnalytics sharedInstance] track:@"EVENT_NAME"];

Growthbeat Full SDK

You can use Growthbeat SDK instead of this SDK. Growthbeat is growth hack tool for mobile apps. You can use full functions include Growth Push when you use the following SDK.

Building framework

  1. Set build target to GrowthMessageFramework and iOS Device.
  2. Run.

License

Apache License, Version 2.0