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

[Feature Request] Different Associated Domains for different flavors #139

Open
kvenn opened this issue Dec 16, 2022 · 0 comments
Open

[Feature Request] Different Associated Domains for different flavors #139

kvenn opened this issue Dec 16, 2022 · 0 comments

Comments

@kvenn
Copy link

kvenn commented Dec 16, 2022

My app supports universal app links on iOS and app links on Android. I'm using flavors to create two separate apps and each one is using a separate domain for deeplinking.

Build settings support pointing to different files for Code Signing Entitlements.

I can specify it in ios:variables, but then I have to create a new file for each flavor. It would be great to have support for just specifying the list of associated domains in the flavorizr config.

[UPDATE]
For those reading, another option is to use config settings. Still need to manually create the file.

ios:
  bundleId: "com.example.mobile.dev"
  generateDummyAssets: false
  buildSettings:
    CODE_SIGN_ENTITLEMENTS: PATH_TO_FILE

And use string resources for Android

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