Build and distribution
Deployment target and SDK
Your app has a deployment target of iOS 16 and you want to call an API added in iOS 17. Which approach is safe at both compile time and runtime?
Pick one
Deployment target and SDK
Your app has a deployment target of iOS 16 and you want to call an API added in iOS 17. Which approach is safe at both compile time and runtime?
Pick one
Build and distributionShort answerIntro
When a new major iOS version is announced at WWDC, in what order does your team respond?
#deployment-target
Build and distributionMultiple choiceExpert
You're shipping an internal SDK as a closed-source binary. Which of these is a reason you…
#sdk
iOS system designMultiple choiceAdvanced
You're designing an iOS client SDK for chat and calling that other companies' apps should…
#sdk
TestingShort answerAdvanced
Say you're building a chat SDK that ships inside other companies' apps rather than an app…
#sdk