How Single App Binary Supports 64-bit and 32-bit Apps

后端 未结 6 741
栀梦
栀梦 2021-01-31 06:25

We can see apple announcement here.. According to this doc, we can submit same binary with supporting 32-bit and also 64-bit. I found one stack overflow answer here. But Accordi

6条回答
  •  情歌与酒
    2021-01-31 06:40

    create an app that targets both the 32-bit and the 64-bit runtime environments:

    https://developer.apple.com/library/ios/documentation/General/Conceptual/CocoaTouch64BitGuide/ConvertingYourAppto64-Bit/ConvertingYourAppto64-Bit.html

提交回复
热议问题