Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.37 KB

File metadata and controls

27 lines (19 loc) · 1.37 KB
nav_title article_title platform page_order description noindex
Sample Apps
Sample Apps for iOS
iOS
9
This reference article covers iOS sample apps.
true

{% multi_lang_include archive/objective-c-deprecation-notice.md %}

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.

  1. Create a new workspace and note the app identifier API key.
  2. 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.