Question:
Which version of Swift does the iOS Pushwoosh SDK use?
Answer:
The Pushwoosh iOS SDK is a mixed Objective-C / Swift codebase. Historically it was pure Objective-C; current versions contain a significant amount of Swift, and the SDK requires Swift 5.0 or newer (minimum deployment target iOS 11.0).
The SDK remains fully Objective-C compatible, so you can integrate it into an Obj-C, Swift, or mixed project without extra work.
For the exact requirements of the version you are integrating, check the README and release notes in the pushwoosh-ios-sdk repository.
Comments
0 comments
Please sign in to leave a comment.