actions-on-google / appactions-fitness-kotlin

A sample that shows how to make Android Apps available from the Assistant using App Actions.
Apache License 2.0
176 stars 86 forks source link

App actions are working using App Action Testing Tools but not working in google assistant. #25

Open hvbeladiya149 opened 3 years ago

hvbeladiya149 commented 3 years ago

I have done the below steps:

Step 1) Create action.xml with Built-In Intent and defined in androidmanifest.xml

Step 2) Create a deep link through firebase dynamic link SDK

Step 3) Map the Deeplink with built-in Intent in android action.xml

Step 4) Create the application in Playstore

Step 5) Upload the signed APK in Playstore as save in draft

Step 6) Open the app action testing tool from the latest android studio after uploading the APK to the play store

Step 7) log in to the same google account in the play store, android studio, and android device

Step 8) Make sure the check the same Locale language (en-Us) in Android device and action testing tool.

It's working fine in APP Action Testing Tools But not working in Google Assistant.

I have deployed action in the google assistant console as well.

Google assistant opening conversation panel inside google assistant but not the opening application.

dzuluaga commented 3 years ago

Please take a look at this checklist to verify if you're missing anything.