Reputation: 552
I have an Alexa Skill under development. I would like to grant other people at my company access to the skill in order to test it. Is there a way to do that?
So far I've found the following: https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/testing-an-alexa-skill#h2_register and http://alexa.amazon.com/spa/index.html#help/node/201628040
I would rather not give others access to my household. Any other options for doing this?
Upvotes: 9
Views: 10283
Reputation: 11
Yes, it can be done. However, consider that the other person must have an email already connected to an Amazon Developer account.
The skill must be ready for submission before beta testing can be enabled.
If you are into creating Alexa Skills or are in need of creating one, I can suggest ipervox.com, which is an online platform that allows creating custom Alexa skills with just a few steps.
Upvotes: 1
Reputation: 2095
In case you are struggling, these steps might help. Each of your testers has to do them after being invited, as described in the article here: https://developer.amazon.com/blogs/post/Tx2EN8P2AHAHO6Y/How-to-Add-Beta-Testers-to-Your-Skills-Before-You-Publish (so below are instructions for testers)
Upvotes: 0
Reputation: 17854
Sort of.
There is no simple, safe way to publish your skill to a limited set of users for beta testing, but there is a highly rated feature request that would address this:
You can however, add other users to your Amazon Developer account, and this will give them access to your skill (and other stuff, unfortunately). In your situation - co-workers at the same company - this option might be suitable. More info here:
How to Add Beta Testers to Your Skills Before You Publish
https://developer.amazon.com/public/community/post/Tx2EN8P2AHAHO6Y/How-to-Add-Beta-Testers-to-Your-Skills-Before-You-Publish
[update]
2017-04-18 Amazon has announced a better way to do what you want. See the following Amazon blog post:
Improve Skill Quality with the New Beta Testing Tool for Alexa Skills
https://developer.amazon.com/blogs/alexa/post/42e7de5c-f7ef-4e3e-8391-c61fe24f6caa/improve-skill-quality-with-the-new-beta-testing-tool-for-alexa-skills-beta
Upvotes: 10