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
{{ message }}
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
In this example the apps name is FitActions and I have to call "Ok Google. Start running in Fitactions". When I would apply thatr in my app, for sure the apps name will not be FitActions. Assuming I named my app Kawabanga so that I want to trigger by Ok Google. Start running in Kawabanga . What do I need to change?
I changed it, and the App Action Tool plugin tells me "Preview Creation Error Status Code: 400 Message: Precondition check failed."
Loggen in on Android Studio with my Google developer Account
Logged in on Google Assistant on my phone with same account
Is it really required to pusblish the appId in the Google Play Console? It is not mentioned in the steps earlier.
Whats wrong for the above error message and what am I missing?
The text was updated successfully, but these errors were encountered:
I already applied following refactorings - in vain:
renamed app name, package naming with e.g. kawabanga
created firebase project Kawabanga
replaced all fit-actions accurrances accordingly in Manifest.xml, gradle files and actions.xml
uploaded singed apk to Google Play store as internal testing
The created google-services.json says amongst others "storage_bucket": "kawabanga-12345.appspot.com"
I replaces this also in the actions.xml with: <fulfillment urlTemplate="https://kawabanga-12345.firebaseapp.com/start{?exerciseType}">
and also in the intent-filter:
In this example the apps name is FitActions and I have to call "Ok Google. Start running in Fitactions". When I would apply thatr in my app, for sure the apps name will not be FitActions. Assuming I named my app Kawabanga so that I want to trigger by Ok Google. Start running in Kawabanga . What do I need to change?
I changed it, and the App Action Tool plugin tells me "Preview Creation Error Status Code: 400 Message: Precondition check failed."
Is it really required to pusblish the appId in the Google Play Console? It is not mentioned in the steps earlier.
Whats wrong for the above error message and what am I missing?
The text was updated successfully, but these errors were encountered: