Open4
expo notificationに関する調査
複数プロジェクトをインストールしたexpo goクライアントに対してプッシュ通知はどのように識別している?
実装側で制御などをする必要があるのか?
experience idで制御できるとのこと
experienceId (string) -- Although this is optional, we recommend explicitly passing it in. The ID of the experience to which the token should be attributed. Defaults to Constants.manifest.id exposed by expo-constants. When building with EAS Build, or in the bare workflow, this is required and you must provide a value which takes the shape @username/projectSlug, where username is the Expo account that the project is associated with, and projectSlug is your slug from app.json.
Bare Workflowなどで本番アプリをビルドする時、ここのexperience idなどはどうする?
expo go clientとはもう関係はなさそうなので、experience idを@username/projectSlugにするのは少し違和感がある
こちらにネイティブビルドに関するexperience id周りのエラーについて報告されている。
結論としては特別ネイティブビルドのためにexperience idを変更するようなことは議論されていない。