Chapter 13

  1. What object should you use to make web requests?

a) URLSession.

  1. How are web requests executed?

a) Asynchronously.

  1. What is a typealias?

c) An alias for any other type, for instance a callback.

  1. What happens if you use managed objects on the wrong thread?

c) Your app might crash.

  1. Which object do you need if you make an HTTP POST request?

c) POSTRequest.

  1. What is ATS?

b) Apple's way of enforcing secure web requests.