How does an app with lower base sdk work?

前端 未结 7 1352
悲&欢浪女
悲&欢浪女 2021-01-05 08:24

In XCode I can specify Base SDK. I am wondering how does that work behind the scenes? If I am running an app, for example, on a device that has iOS 7 and my base SDK is iOS

相关标签:
7条回答
  • 2021-01-05 09:21

    While updating the Apple frameworks itself,Apple takes care of support for multiple iOS versions;However you need to follow some basics checks, which are explained here

    0 讨论(0)
提交回复
热议问题