can i use afnetworking 3.0 with swift using bridging technique to support ios 7. Is this acceptable by appstore.

can i use afnetworking 3.0 with swift using bridging technique to support ios 7. Is this acceptable by appstore. As i am avoiding using cocoapods and making making heavy use of bridging methods

Replies

The minimum supported target for AFNetworking 3.0 is iOS 7. The App Store doesn't care if you use Swift, Objective-C, or both.

thanks.


however i heard that we cannot upload the app to appstore using Xcode 8 + Sierra which is targetting ios 7.

Is this true.?

I don’t know about the App Store upload side of this, but Xcode 8 no longer supports iOS 7 (I suspect you could still build an iOS 7 app, but there’s no device support that allows you to install and debug it).

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"