An example app using the Ampli Objective-C SDK V2.
You will need to do the following before running the app.
- Set up environment variable with your API keys
- Go to
Edit Scheme > Run > Arguments > Environment Variables
section - Set your Amplitude API key with name
AMPLITUDE_API_KEY
- Go to
- Open
AmpliObjectiveCSampleApp.xcodeproj
with Xcode
You can run the app using the events from our sample tracking plan. This will log events to your Amplitude project.
- Just click on run in Xcode
If you want to use your own tracking plan and Ampli SDK
npm i -g @amplitude/ampli
ampli pull
- Update
AppDelegate.m
orViewController.m
to use the events from your tracking plan
- README.md - you are here *
- AmpliObjectiveCSampleApp/
- AppDelegate.m - Ampli SDK usage in an AppDelegate.
- ViewController.m - Ampli SDK usage in a ViewController.
- Ampli/