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
Track is currently set to a dropdown with fixed options. It would be nice to have the ability to target different form factors (automotive or wear).
API details:
The track name for a given form factor track can be computed as: "[prefix]:defaultTrackName". For example Wear OS form factor will have tracks with name: "wear:production", "wear:beta" and "wear:qa".
Thanks for the quick response! The workaround works for now and if anyone searches the repo for 'wear' or 'automotive' the instructions should come up.
Track is currently set to a dropdown with fixed options. It would be nice to have the ability to target different form factors (automotive or wear).
API details:
The track name for a given form factor track can be computed as: "[prefix]:defaultTrackName". For example Wear OS form factor will have tracks with name: "wear:production", "wear:beta" and "wear:qa".
https://developers.google.com/android-publisher/tracks
Workaround for now is to hard code the string including the pre-fix in the track input.
The text was updated successfully, but these errors were encountered: