Growthbeat Core SDK for iOS
-
Add GrowthbeatCore.framework into your project.
-
Import the framework header.
#import <GrowthbeatCore/GrowthbeatCore.h>
-
Write initialization code
[[GrowthbeatCore sharedInstance] initializeWithApplicationId:@"APPLICATION_ID" credentialId:@"CREDENTIAL_ID"];
Growthbeat is growth hack platform for mobile apps. This repository includes only few function, but you can integrate some services. If you would like to use all functions of Growthbeat, you can choose following SDK.
Growth Analytics is analytics service for mobile apps.
Growth Push is push notification and analysis platform for mobile apps.
Growth Replay is usability testing tool for mobile apps.
- Set build target to GrowthbeatCoreFramework and iOS Device.
- Run.
Apache License, Version 2.0