Skip to content
New issue

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

[Bug]: BrazePushStory is not working as expected while legacy AppboyPushStory is working well #120

Closed
layneios opened this issue Mar 29, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@layneios
Copy link

Platform

iOS

Platform Version

iOS 16.7

Braze SDK Version

7.5.0

Xcode Version

Xcode 15.3

Computer Processor

Apple (M1)

Repro Rate

100%

Steps To Reproduce

We want to migrate AppboyPushStory to BrazePushStory.

  1. Follow this step: https://braze-inc.github.io/braze-swift-sdk/documentation/braze/appboy-migration-guide#Push-Stories-Notifications
  2. Create a Notification Content Extension following this tutorial: https://braze-inc.github.io/braze-swift-sdk/tutorials/braze/b3-push-stories
  3. The code in NotificationViewController is the same as tutorial. import BrazePushStory class NotificationViewController: BrazePushStory.NotificationViewController {}.
  4. Send a push story notification from Braze console (Notification type: Push Stories).
  5. Our app receives a notification.
  6. LongPress the notification, just shows a blank view.

Expected Behavior

Shows the push story view same as the legacy AppboyPushStory SDK. Same as the Preview on Braze console as well.

Actual Incorrect Behavior

Just shows a blank view

Verbose Logs

No response

Additional Information

No response

@layneios layneios added the bug Something isn't working label Mar 29, 2024
@hokstuff
Copy link
Collaborator

Hi @layneios,

It sounds like there is an integration error in your extension. Can you verify a few things:

  1. Have you confirmed that you have successfully integrated the App Group in your host app?
  2. Can you verify that your minimum deployment target for the Push Story extension matches the version in the main app target?

If the above investigation doesn't help, can you contact support@braze.com with more information around your integration so the team can take a deeper look?

Thanks!

@hokstuff
Copy link
Collaborator

I am closing this ticket out due to inactivity. As noted above, please contact our Support team for more catered support for your issue. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants