You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Provide this key with a value of 1 to indicate that new content is available.
91
-
Including this key and value means that when your app is launched in the background or resumed application:didReceiveRemoteNotification:fetchCompletionHandler: is called. */
90
+
/* Unique Template Identifier */
91
+
@property(readonly)NSString* templateID;
92
+
93
+
/* Name of Template */
94
+
@property(readonly)NSString* templateName;
95
+
96
+
/* True when the key content-available is set to 1 in the aps payload.
97
+
content-available is used to wake your app when the payload is received.
0 commit comments