I’m working on integrating the push primer as part of our app's notification flow. The requirement is to trigger the push primer just before the native OS permission prompt appears, for both Android and iOS.
Currently, it’s not working as expected. Could someone guide me on:
What specific configuration is required in Braze to enable this behavior?Are there any code changes needed in the app to support the push primer flow?
Just for context:
The Braze SDK is already integrated in our codebase. We are successfully receiving push notifications, so the base integration seems fine.