Push Notification Service Flashcards

1
Q

In terms of cryptographic protocols, what does SSL stand for?

A

SSL - Secure Sockets Layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A notification consists two things - a __ and a __

A

A notification consists two things - a device token and a payload

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A device token is analagous to a __

A

A device token is analagous to a device’s telephone number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

A payload is a __

A

A payload is a JSON-defined property list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Max APNS payload size is __

A

Max APNS payload size is 256 bytes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

If a push app is running while APNS is sending it a notification, APNS passes the application delegate an __ object

A

If a push app is running APNS passes the application delegate an NSDictionary object

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

If a push app is not running while APNS is sending it a notification, APNS __

A

If a push app is not running while APNS is sending it a notification, APNS displays the payload content directly on the device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

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

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

APNs requires two different levels of trust for providers, devices, and their communications. These are known as __ and __.

A

APNs requires two different levels of trust for providers, devices, and their communications. These are known as connection trust and token trust.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly