Expo_tutorial icon indicating copy to clipboard operation
Expo_tutorial copied to clipboard

ios not working

Open deshario opened this issue 6 years ago • 0 comments

URL :: https://exp.host/--/api/v2/push/send

{
	"to" : "mytoken",
	"title" : "Title Notification",
	"sound" : "default",
	"body" : "Hello world",
	"data" : {
		"status" : "ok",
		"birthday" : "hello"
	}
}

I test it by using postman ... It works on android only ... but in ios it's seems not working .. what i have to do in ios to make it work .. can u help me #Thanks

deshario avatar Feb 25 '19 05:02 deshario