Set up InboxUI with CocoaPods
How to implement Pushwoosh InboxUI into your iOS app with CocoaPods
1. Run 'pod init' command from the terminal in your project directory.
2. Open the newly created Podfile.
3. Add Pushwoosh dependency under your project name target:
If you want to use PushwooshInboxUI.xcframework, use pod 'PushwooshInboxUIXCFramework' in your Podfile.
Catalyst integration
Catalyst uses .xcframework, so you should use PushwooshXCFramework pod instead of Pushwoosh:
4. Run the following command in your terminal in your project directory:
5. Open the newly created <your_project_name>.xcworkspace file.
6. Well done! You've just integrated Pushwoosh InboxUI to your project.
Add Pushwoosh InboxUI code
To show Inbox UI in your app, add the Inbox view controller:
To make the Inbox match your app's appearance, change the parameters of PWIInboxStyle
. You can customize such parameters as font, background color, etc.
Customization
To customize Inbox UI style, please refer to:
For more details, take a look at Inbox Sample.
Change Log
Check this repository's release tags for a complete change log of every released version.
How to send push notifications
Share your feedback with us
Your feedback helps us create a better experience, so we would love to hear from you if you have any issues during the SDK integration process. If you face any difficulties, please do not hesitate to share your thoughts with us via this form.
Last updated