Start a new topic

Deployed to production, yet Notifications not working

notifications where working fine on development mode - before pressing on deploy to production. when i released the app i noticed that notifications didn't work for users on other phones so i deployed to production. now it doesn't work at all, even on my development phone.

It is fixed, i was testing from console but {"_id":"entity1"} didn't work, had to use "username" instead. it was a syntax error i guess
Hey Hamad, glad you got it working!
@Caroline‌ How could I query - for the recipients in push - using the user id ?? tried



{ "_id" : "AUserId" }



but not working ( in web console )
@Hamad‌ the retrieve endpoint for a user is:



```

GET https://baas.kinvey.com/user/:appKey/:id

```

see: http://devcenter.kinvey.com/rest/guides/users#retrieve
Login or Signup to post a comment