To launch and utilize a sample with Pushwoosh iOS SDK integration, clone or download the repository archive.
Pushwoosh framework is integrated into the project via Swift Package Manager. When loading the project, Xcode will fetch the latest version of the framework. If you want to change the framework version, go to the Package Dependencies tab and adjust the version there.
2. Replace the Bundle Identifier in the main target and in the Notification Service Extension with yours.
3. Add your Group Name to App Groups (Main Target and Notification Service Extension Target), tied to your Bundle ID.
...
<key>PW_APP_GROUPS_NAME</key>
<string>group.com.example.demo_group</string>
...
...
<key>Pushwoosh_APPID</key>
<string>XXXXX-XXXXX</string>
...
6. In the info.plist of the main project, add your PW_API_TOKEN - the API key from the Pushwoosh control panel.
...
<key>PW_API_TOKEN</key>
<string>XXXXX</string>
...
The guide for SDK integration is available on Pushwoosh website.
Documentation: https://github.com/Pushwoosh/pushwoosh-ios-sdk/tree/master/Documentation
Pushwoosh team http://www.pushwoosh.com