iOS system designElectronic Artsinterview report
System scheduling for an alarm app
You're designing an iPhone alarm app. When you have to guarantee the user is alerted at a set time, which system API do you use instead of an in-app Timer?
System scheduling for an alarm app
You're designing an iPhone alarm app. When you have to guarantee the user is alerted at a set time, which system API do you use instead of an in-app Timer?
iOS system designShort answerIntro
Several screens in the app (home, profile, settings) need the same "notification center" …
#notifications
iOS system designShort answerAdvanced
Design a wake-up alarm app for iOS that "keeps ringing even after the user turns the phon…
#alarm
ArchitectureShort answerAdvanced
In an iOS ride service feature with route guidance, fare calculation, and live location u…
#ios
Performance and debuggingShort answerBasics
A chat screen built with React Native is slow on iOS. How do you separate whether the bot…
#ios