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.
Navigating examples
Several test applications are available within the Examples
folder of the Swift SDK GitHub repository. The README describes all of the different permutations of sample integrations, such as:
- Integration types (Swift Package Manager, CocoaPods, Manual)
- Coding languages (Swift and Objective-C)
- Platforms (iOS, tvOS, Mac Catalyst, etc.)
- Features (In-App Messages, Content Cards, Location, Rich Push, Push Stories, etc.)
- Customization types (default UI, fully custom UI)
Building test applications
Follow these instructions to build and run our test applications.
- Create a new workspace and note the app identifier API key and endpoint.
- Based on your integration method (Swift Package Manager, CocoaPods, Manual), select the appropriate
xcodeproj
file to open. - Place your API key and your endpoint within the appropriate field in the
Credentials
file.
New Stuff!