We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
33.1.0
Prerequisites: • Configure an in-app messaging campaign that has a Slideup message type • The in-app message is displayed on Activity A
Steps:
No in-app message is displayed on Activity B
The in-app message is displayed on Activity B, and cannot be dismissed
No response
The text was updated successfully, but these errors were encountered:
Note:
Sorry, something went wrong.
Hi @danielardelean ,
I cannot reproduce with your instructions.
Hello @radixdev,
I dug further and found that the problem occurs if the following function is called on onCreate of Activity B:
onCreate
private fun checkNotificationPermission() { if (Build.VERSION.SDK_INT >= 33) { ActivityCompat.requestPermissions( this, arrayOf(Manifest.permission.POST_NOTIFICATIONS), 14 ) } }
No branches or pull requests
Braze Android SDK Version
33.1.0
Steps To Reproduce
Prerequisites:
• Configure an in-app messaging campaign that has a Slideup message type
• The in-app message is displayed on Activity A
Steps:
Expected Behavior
No in-app message is displayed on Activity B
Actual Incorrect Behavior
The in-app message is displayed on Activity B, and cannot be dismissed
Verbose Logs
No response
Additional Information
screen_recording.mp4
The text was updated successfully, but these errors were encountered: