Skip to content

🚨 No longer maintained - Growth Message SDK for iOS

License

Notifications You must be signed in to change notification settings

SIROK-archive/growthmessage-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🚨 No longer maintained - Growth Message SDK for iOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published