在iOS(PhoneGap)应用程序中未收到任何推送通知

时间:2018-12-12 08:01:03

标签: ios iphone laravel phonegap

我已经在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)

对此有任何帮助。

0 个答案:

没有答案