0
votes

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 ?

1

1 Answers

1
votes

(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.