Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49178

Push notification not recieved in android

$
0
0

@aboalwi wrote:

I made an app in recent months with push notification it receives them well everything is OK.

Now i have this new app that i just added push to it and send them but nothing is received.
using a REST client
sending:

Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiIzMDcyYzM0YS1mYjA2LTRkNDItODQyZS1iODgzMGY5Y2Q5ZDYifQ.TuvcOpKQ03NcacM0HmvnDnhybQEFNVjCWrgxCzvcuYM
{
 "tokens": ["fGGONLwTvdo:APA91bHMPXBUOBb-5TUTL9QEkpkxMzQSwrQwC0k98WY38yqfYGkIVsYc0QSzX3vOYFVMTj8FgGdjkwB6EiftHXec4qQm95fJeqIdb4OgpWDO7Xjjm7I4-Zksd-gQ95MlheYwzjtU8p38"],
    "profile": "test",
    "notification": {
      	"title": "Hello!",
        "message": "Hi There!"
	}
}

recieve 201: CREATED:

{
  "data": {
    "app_id": "749f7bf1",
    "created": "2016-09-20T12:30:35.083829+00:00",
    "status": "open",
    "config": {
      "profile": "test",
      "tokens": [
        "fGGONLwTvdo:APA91bHMPXBUOBb-5TUTL9QEkpkxMzQSwrQwC0k98WY38yqfYGkIVsYc0QSzX3vOYFVMTj8FgGdjkwB6EiftHXec4qQm95fJeqIdb4OgpWDO7Xjjm7I4-Zksd-gQ95MlheYwzjtU8p38"
      ],
      "notification": {
        "message": "Keepo!",
        "title": "Keepo!"
      }
    },
    "state": "enqueued",
    "uuid": "4fb5be1c-8401-4234-bf33-991a96fbb289"
  },
  "meta": {
    "version": "2.0.0-beta.0",
    "request_id": "dc8ad9f8-ed1e-47b4-8c8f-3f34698d822b",
    "status": 201
  }
}

Any idea how to solve it ?
I follow this nice guide

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 49178

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>