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

野良APKとPlayストア版でアプリケーションIdをflavorで分ける #1989

Open
pantasystem opened this issue Nov 24, 2023 · 1 comment

Comments

@pantasystem
Copy link
Owner

概要

野良APK版はGoogle Playサービスが入っていない端末で利用されるケースも考えられるので、
Google Playサービスに依存しないAPKである必要性が出てくる可能性がある。
そのため、本来野良版とストア版で実装を分ける必要性があるので、
product flavorを用いて、アプリケーションIdと実装を分けられるようにしたい。
アプリケーションIdを分ける理由としては、二つのアプリを検証できるようにするなどをしたいから。

@pantasystem
Copy link
Owner Author

ストア版はアプリケーションIdを変えることはできないので、
野良用のアプリケーションIdを考えたい

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

No branches or pull requests

1 participant