应用程序在打开时如何从APNS获取通知

时间:2018-04-13 10:54:33

标签: ios notifications apple-push-notifications

在iphone收到APNS的通知后,我们打开应用程序,应用程序如何从通知中获取消息   首先,我认为系统会在通知中存储消息,但在我尝试了之后,我不这么认为。我们打开应用程序时是否再次向APNS发送请求? (我在QQ上尝试过,在收到APNS的通知后,我断开了互联网,然后我打开了应用程序,但我无法在QQ上收到新消息)

get notification with connecting the Internet

disconnect before open QQ

收到通知后,我没有点击它。并断开互联网。然后打开QQ。但QQ并没有得到消息 - “hello7”通过defore发送的内容。

1 个答案:

答案 0 :(得分:0)

当设备收到任何推送通知时,系统调用didReceiveRemoteNotification委托方法

for col in columns_to_encode:
    encoder_dict[col].fit_transform(df_train_enc[col].astype(str))