iOS SDK with Swift3

I’m sure that the iOS developers are working on this already but if anyone has run into an issue I found that removing the NS prefix from all declarations (or wherever it throws you an error) and changing AnyObject to Any also fixes the issue. So far I only tested it on login and getDevices but it does work!

1 Like

Yea, I already committed this change to the library but have not yet published a new pod with an example - but basically this is the only change required for Swift 3.0 compatibility

1 Like