You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Bubblewrap to build my PWA as a TWA Android app. I would like to know how I can configure the app to link to a development domain instead of the production domain for debugging and internal testing purposes.
Ideally, I would like to have one command to build the APK using the production domain and another command to build the APK using the development domain. Apk pointing to Dev domain need not be published on playstore as it's for internal testing only. Could you provide guidance or examples on how to achieve this setup?
PS: I'm using npm if that helps.
The text was updated successfully, but these errors were encountered:
I am using Bubblewrap to build my PWA as a TWA Android app. I would like to know how I can configure the app to link to a development domain instead of the production domain for debugging and internal testing purposes.
Ideally, I would like to have one command to build the APK using the production domain and another command to build the APK using the development domain. Apk pointing to Dev domain need not be published on playstore as it's for internal testing only. Could you provide guidance or examples on how to achieve this setup?
PS: I'm using npm if that helps.
The text was updated successfully, but these errors were encountered: