UA Journal Flashcards
Is there any difference between Development and Prod as far as a test platform goes?
No. This may not be the case for subscriptions and IAP but who cares.
What does push debug mode?
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 to do an HTTP GET
curl -u “APPKEY:APPSECRET” -H “Content-Type: application/json” https://go.urbanairship.com/api/device_tokens/DEVICETOKEN/
What is a C2DM Auth token? is this the same as the c2dm_registration_id?
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.
the prefix to the bundle ID is called the
bundle seed ID
If someone wants their account completely deleted what do you do?
They can do it themselves, when they do it it affects billing.
Are static libraries pre-compiled?
Yes
What is a static library? What is it’s file extension?
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.
5Why is…
finding a problem and going 5 “whys” back digging into why x happened.
What kind of network layer does OSStatus error -9844 correlate with?
SSL - Secure sockets layer: connection refused error