I set this tags with the production keys
<property name="acs-api-key" type="string">xxxxxxxxxxxxxxx</property> <property name="acs-oauth-key" type="string">xxxxxxxxxxxx</property> <property name="acs-oauth-secret" type="string">xxxxxxxxxx</property>and the user is created successfully when i sent the notification, the message shown success and nothing received from my device.
Before this, I could get the notification for development by using development keys. Now I need to live it but failed to retrieve notification. Anyone know the solution?