iOS7 and Apple Watch

后端 未结 3 1505
野的像风
野的像风 2021-02-01 22:48

I have a app with the minimum iOS target iOS7.

I am considering in add some extra features with the apple watch. Theres is any option to maintain the iOS7 as the minimum

3条回答
  •  别跟我提以往
    2021-02-01 22:59

    In my case the only thing I had to do was creating the extension with Objective-C (Swift is not allowed on some iOS versions) and downgrading the Extension app target version to 8.2 instead of 8.3.

提交回复
热议问题