Skip to content

fix:과거 notifee 리시버 제거#281

Merged
HeesooJun merged 1 commit intodevelopfrom
manifest
Sep 30, 2025
Merged

fix:과거 notifee 리시버 제거#281
HeesooJun merged 1 commit intodevelopfrom
manifest

Conversation

@HeesooJun
Copy link
Copy Markdown
Contributor

현재 앱은 @notifee/react-native 9.1.8을 사용합니다
이 버전부터는 부팅/알람 관련 리시버가 라이브러리 app.notifee.core.* 로 제공됩니다.
매니페스트에 남아 있던 app.notifee.receivers.BootReceiver/NotificationReceiver는 이미 존재하지 않는 API라 런타임에 ClassNotFoundException을 일으켜 앱이 부팅 즉시 충돌이 나는 증상을 해결합니다.

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @HeesooJun, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

이 PR은 @notifee/react-native 라이브러리 업데이트 이후 발생한 앱 충돌 문제를 해결합니다. 이전 버전의 Notifee에서 사용되던 리시버들이 더 이상 존재하지 않아 런타임에 ClassNotFoundException을 일으키는 문제를, 해당 리시버들을 매니페스트에서 제거함으로써 해결하여 앱의 안정적인 부팅을 보장합니다.

Highlights

  • 오래된 Notifee 리시버 제거: 더 이상 사용되지 않는 app.notifee.receivers.NotificationReceiverapp.notifee.receivers.BootReceiverAndroidManifest.xml에서 제거하여, 최신 @notifee/react-native 버전에서 발생하는 ClassNotFoundException으로 인한 앱 충돌을 해결합니다.
  • AndroidManifest.xml 주석 수정: AndroidManifest.xml 내 카카오 리다이렉트 URI 주석의 오타("“" -> """)를 수정했습니다.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

이 PR은 @notifee/react-native 라이브러리 버전 업데이트로 인해 더 이상 사용되지 않는 BroadcastReceiver 선언을 AndroidManifest.xml에서 제거하여 앱 충돌 문제를 해결합니다. 설명해주신 대로, 해당 리시버들은 최신 버전의 라이브러리에서 더 이상 사용되지 않으므로 ClassNotFoundException을 유발할 수 있습니다. 변경 사항은 정확하며, 앱의 안정성을 높이는 데 필요한 수정입니다. 잘 처리해주셨습니다.

@HeesooJun HeesooJun merged commit b42b2f4 into develop Sep 30, 2025
2 checks passed
@HeesooJun HeesooJun deleted the manifest branch September 30, 2025 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants