Push Notification Service Flashcards
In terms of cryptographic protocols, what does SSL stand for?
SSL - Secure Sockets Layer
A notification consists two things - a __ and a __
A notification consists two things - a device token and a payload
A device token is analagous to a __
A device token is analagous to a device’s telephone number
A payload is a __
A payload is a JSON-defined property list
Max APNS payload size is __
Max APNS payload size is 256 bytes
If a push app is running while APNS is sending it a notification, APNS passes the application delegate an __ object
If a push app is running APNS passes the application delegate an NSDictionary object
If a push app is not running while APNS is sending it a notification, APNS __
If a push app is not running while APNS is sending it a notification, APNS displays the payload content directly on the device
Setting up content that will change from location to location (laguage to language) is a process called __ and and is outlines extensively in Apple documentation
Setting up content that will change from location to location (laguage to language) is a process called localization and and is outlines extensively in Apple documentation
APNs requires two different levels of trust for providers, devices, and their communications. These are known as __ and __.
APNs requires two different levels of trust for providers, devices, and their communications. These are known as connection trust and token trust.