UA Journal Flashcards

1
Q

Is there any difference between Development and Prod as far as a test platform goes?

A

No. This may not be the case for subscriptions and IAP but who cares.

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

What does push debug mode?

A

It pauses between each push to verify it has been accepted by APNS, adding around 0.25s of latency to each push. It also logs this on the push console on the user’s dashboard.

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

How to do an HTTP GET

A

curl -u “APPKEY:APPSECRET” -H “Content-Type: application/json” https://go.urbanairship.com/api/device_tokens/DEVICETOKEN/

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

What is a C2DM Auth token? is this the same as the c2dm_registration_id?

A

C2DM auth token is provided by C2DM to the application server when authenticating. The application server must request a new one when it expires. The c2dm_registration_id is the destination descriptor - it represents one app on one device.

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

the prefix to the bundle ID is called the

A

bundle seed ID

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

If someone wants their account completely deleted what do you do?

A

They can do it themselves, when they do it it affects billing.

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

Are static libraries pre-compiled?

A

Yes

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

What is a static library? What is it’s file extension?

A

A static library or statically-linked library is a set of routines, external functions and variables which are resolved in a caller at compile-time and copied into a target application by a compiler, linker, or binder, producing an object file and a stand-alone executable.

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

5Why is…

A

finding a problem and going 5 “whys” back digging into why x happened.

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

What kind of network layer does OSStatus error -9844 correlate with?

A

SSL - Secure sockets layer: connection refused error

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