Dynamic code patching
A shipped app has a critical bug and you can't wait for App Store review. Why did Apple ban dynamic code patching like the JSPatch that Chinese apps used to run, and how did they detect it?
Dynamic code patching
A shipped app has a critical bug and you can't wait for App Store review. Why did Apple ban dynamic code patching like the JSPatch that Chinese apps used to run, and how did they detect it?
Build and distributionShort answerAdvanced
You're adding A/B experiments to the app. Where and how would you assign users? Describe …
#feature-flag #remote-config
Build and distributionShort answerAdvanced
You're about to make your first App Store submission. What would you check before you sub…
#app-review
Build and distributionShort answerAdvanced
The App Store has no rollback. What would you build into the release process to limit the…
#feature-flag
ArchitectureShort answerAdvanced
You need to improve the structure of a massive ViewController in a live UIKit order featu…
#feature-flag