我已经在PhoneGap中创建了一个应用。我正在从Laravel (Edujugon / PushNotification)中创建的PHP API发送推送通知。
Android通知正常,但iPhone的推送通知不起作用。
我使用了正确的证书,因为我可以使用http://joxi.ru/a2X45M1Sw1Deo2
发送通知即使在PHP代码中,我也收到如下成功消息:
test_data <- tibble(
FAMILY_MEMBER_TYPE = c(rep("Father", times = 3), rep("Mother", times = 3),
rep("Daugther", times = 3), rep("Son", times = 3)),
NAME = c("Fred", "Frank", "Felix", "Mary", "Megan", "Michelle", "Diane",
"Denise", "Daisy", "Sam", "Scott", "Steve"))
test_data$family <- seq(1, 3)
arrange(test_data, family)
对此有任何帮助。