Skip to content

Instantly share code, notes, and snippets.

@jzucker2
Last active June 2, 2017 19:21
Show Gist options
  • Select an option

  • Save jzucker2/3bc1d7de84ce652f644ae1df405b0663 to your computer and use it in GitHub Desktop.

Select an option

Save jzucker2/3bc1d7de84ce652f644ae1df405b0663 to your computer and use it in GitHub Desktop.

Let's talk about Push

  • We might be missing info included from HTTP/2 push
  • There's this: NOTE

The feedback service maintains a separate list for each push topic. If you have multiple apps, you must connect to the feedback service once for each app, using the corresponding certificate, in order to receive all feedback. from https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/BinaryProviderAPI.html#//apple_ref/doc/uid/TP40008194-CH13-SW1

apns-topic The topic of the remote notification, which is typically the bundle ID for your app. The certificate you create in your developer account must include the capability for this topic. If your certificate includes multiple topics, you must specify a value for this header. If you omit this request header and your APNs certificate does not specify multiple topics, the APNs server uses the certificate’s Subject as the default topic. If you are using a provider token instead of a certificate, you must specify a value for this request header. The topic you provide should be provisioned for the your team named in your developer account. from https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/CommunicatingwithAPNs.html#//apple_ref/doc/uid/TP40008194-CH11-SW1

And this: Extension ( 1.2.840.113635.100.6.3.6 ) Critical NO Data com.yourcompany.yourexampleapp Data app Data com.yourcompany.yourexampleapp.voip Data voip Data com.yourcompany.yourexampleapp.complication Data complication from https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/CommunicatingwithAPNs.html#//apple_ref/doc/uid/TP40008194-CH11-SW1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment