AppboyKit (also known as the Objective-C SDK) is no longer supported and has been replaced by the Swift SDK. It will no longer receive new features, bug fixes, security updates, or technical support—however, messaging and analytics will continue to function as normal. To learn more, see Introducing the New Braze Swift SDK.
Sample apps
Braze SDKs each come with sample applications within the repository for your convenience. Each of these apps is fully buildable, so you can test Braze features alongside implementing them within your own applications. Testing behavior within your own application versus expected behavior and codepaths within the sample applications is an excellent way to debug any problems you may run into.
Building test applications
Several test applications are available within the iOS SDK GitHub repository. Follow these instructions to build and run our test applications.
- Create a new workspace and note the app identifier API key.
- Place your API key within the appropriate field in the
AppDelegate.m
file.
Push notifications for the iOS test application require additional configuration. Refer to our iOS Push integration for details.