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

feat(EMI-2237): Update iOS in-app push notification style #11334

Merged
merged 3 commits into from
Jan 8, 2025

Conversation

MrSltun
Copy link
Member

@MrSltun MrSltun commented Jan 2, 2025

This PR resolves EMI-2237

Description

This PR updates the native iOS in-app notification view to the default notification style when the app is in the foreground

Videos

Before After
ios-foreground-notification-before-low.mp4
ios-foreground-notification-after-low.mp4

PR Checklist

  • I have tested my changes on iOS and Android.
  • I hid my changes behind a feature flag, or they don't need one.
  • I have included screenshots or videos, or I have not changed the UI.
  • I have added tests, or my changes don't require any.
  • I added an app state migration, or my changes do not require one.
  • I have documented any follow-up work that this PR will require, or it does not require any.
  • I have added a changelog entry below, or my changes do not require one.

To the reviewers 👀

  • I would like at least one of the reviewers to run this PR on the simulator or device.
Changelog updates

Changelog updates

Cross-platform user-facing changes

iOS user-facing changes

  • Update the iOS notification style when the app is in the foreground

Android user-facing changes

Dev changes

Need help with something? Have a look at our docs, or get in touch with us.

@MrSltun MrSltun self-assigned this Jan 2, 2025
@ArtsyOpenSource
Copy link
Contributor

ArtsyOpenSource commented Jan 2, 2025

This PR contains the following changes:

  • iOS user-facing changes (Update iOS notification style when the app is in foreground - MrSltun)

Generated by 🚫 dangerJS against a3aab99

@MrSltun MrSltun requested review from MounirDhahri, gkartalis, brainbicycle and a team January 8, 2025 09:44
Copy link
Member

@gkartalis gkartalis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tricky pr but awesome work! I would like a second pair of eyes when @brainbicycle is back but feel free to merge till then and we further test it out on next mobile QA session.

Please remember to add a test case with how to test steps 🙏

[mock verify];
[mock stopMocking];

[mockEmissionSharedInstance verify];
});
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test was removed since we won't use the ARNotificationView class to show the notification anymore

Copy link
Contributor

@leamotta leamotta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏

@MrSltun MrSltun merged commit 38b30d8 into main Jan 8, 2025
7 checks passed
@MrSltun MrSltun deleted the mrsltun/EMI-2237/update-ios-in-app-notification-style branch January 8, 2025 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants