Chibolete Sophos
Chibolete Sophos

Reputation: 67

How to enable other people's Android phone to use the test version of your unreleased Google Action?

I am developing a Google Action for Google Assistant and it is not yet a state where I can release. Even so I want it to be available for some tester, and in a near future, my client.

The simulator with the "test" is somewhat limited at auth request, name recognition (since it will only knows my action) and experience (to show my client), so I prefer not to depend on it for this case.

I found it is only possible to interact with a test version of an action if the project owner's account is logged in as a Google account in the phone where you want to call the action. Is it correct? Or there is another way?

I even tried adding my wife's Google account as a viewer to the project, but I am unable to call my action from her phone.

Upvotes: 3

Views: 101

Answers (2)

jacobytes
jacobytes

Reputation: 3241

You can add people as a viewer to the project. Before those users can call your action on any of their devices, they will need to use the test console at https://console.actions.google.com/ once, this will enable testing on their device. After that they will be able to interact with your action on their devices.

Do note, the time in which the action is available on their account is limited by a time period (about a couple of months). If they cant access the action any more after a couple of months, just repeat the above step to reactivate testing for their account.


Update

One thing that you could consider in the two approached posted by @Prisoner and me is if your testers need to test on just a device or need access to the console as well. Using the approach from @Prisoner will allow your users to test on devices. The above approach will also allow testers to use the console at https://console.actions.google.com/.

Upvotes: 2

Prisoner
Prisoner

Reputation: 50701

In addition to @Jordi's answer, you can also do an Alpha Release of your Action. This lets you permit up to 20 additional accounts to the released version

Once you permit them using the console, you will send them the opt-in URL, which they should visit on a mobile device with that account. Once they have opted into the Alpha, they can activate it using the regular trigger phrase.

Upvotes: 1

Related Questions