0

I have written skill endpoints in PHP which returns proper response in test simulator But not reachable from alexa app. My custom skill is enabled in alexa app which is shown under skill & games -> development --> myskill.

How to identify the issue what exactly it is returning ? and How to test custom skills on alexa app ?

Manjunath
  • 55
  • 10

1 Answers1

1

(I don't have enough reputation points to post this as a comment, though I feel it might be more that than an answer.)

Check that the Alexa App is running the same version of the language (for example English UK, English US, English IN, etc.) as the test simulator.

I had this problem a while back - had used English US for my skill, so I got the “Sorry, I am not sure” response until I added an English UK version.

Have a look here as well for a previous similar question: Alexa Skill not recognized when tested on Echo.

Oscar Schafer
  • 1,215
  • 1
  • 12
  • 25
  • Is Alexa enabled device required for testing skills ? or Can we test skills directly on alexa app without using any device ? like alexa dot, alexa echo etc. – Manjunath Mar 27 '19 at 04:15
  • You can test in the Alexa app without having a physical Alexa-enabled device. There are however [some limitations](https://developer.amazon.com/docs/devconsole/test-your-skill.html) to what the simulator and Alexa app can do. – Oscar Schafer Mar 27 '19 at 22:13