We have an existing Android app in the Google Play Store, and now we are looking at publishing it to the Samsung Galaxy Store as well. The issue we have is whether or not to use the same package name for the Galaxy Store.
The Samsung docs say it is “recommended” to use a unique / different package name. Doing so also prevents cross-store issues with in-app purchases.
However, using a different package name also means that other integrations in our app that rely on the package name (such as Firebase, Facebook, Applovin, Adjust, etc) will be affected and may no longer work for the Galaxy Store version. (unless we configure a separate Firebase project, a separate Facebook app, etc… which seems impractical).
Has anyone faced a similar issue before? What did you end up doing?