Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I continue developing on my Alexa Skill while it is in 'Certification'?

I just submitted a new version for certification and would like to start developing on my next version with new features.

But somehow - since my skill is in certification mode I can not start a new dev-version.

Is there a way to develop on a new version while it is in this long (4-7 days) certification mode?

like image 348
Jurik Avatar asked Mar 09 '17 10:03

Jurik


1 Answers

Currently you can't modify a skill that is under certification, in general there are three statuses:

  • Development: The skill is available only to you. If you have enabled it for testing, you can test it on devices registered to your developer account.
  • Certification: Amazon is currently reviewing the skill for publication. During this time, you cannot edit the configuration.
  • Live: The skill has been published and is available to users. You cannot edit the configuration for live skills. To start development on an updated version, make your changes on the development version instead.

Once your skill is published to end users (Live status), your skill’s status changes to live. You cannot change the configuration for a live skill. A new development version is automatically created in the developer portal. This version has the same information as the original live version, you can use this new version to continue to work on your skill to improve it and add features.

Taken from the Amazon Alexa documentation.

like image 135
imTachu Avatar answered Oct 20 '22 20:10

imTachu