Hi,
I'm developing game on Windows Phone 8 using Unity3D. I did all the stuff, described in tutorials to integrate Push Notification System to my project. App42 Push Notification Menu sees new users, but when I try to send them push message nothing happens on device(but two times I have got just some vibro notification, nothing else).
I instantiate this code in Start() method:
App42API.Initialize(Constants.ApiKey,Constants.SecretKey);
App42API.SetLoggedInUser(Constants.UserId);
Also I have added all the references as desribed in tutorials, checked cappabilities in WMAppManifest.
Any suggestions? Maybe I'm doing something wrong?
Thanks in advance!
UPD: In Push Logs in AppHQ Menu I have got this JSON:
{"app42Fault":{"httpErrorCode":404,"appErrorCode":1706,"message":"NOT FOUND","details":"No device is registered with the App"}}