简体   繁体   中英

Is there any way to use Backendless with tvOS?

I am trying to migrate from parse.com to Backendless. One of my apps was a new tvOS app and I am trying to get the Backendless API to work with tvOS, however it wont compile complaining that there are a lot of missing libraries (which is expected because the SDK isn't designed to work on tvOS). Is there any way to get Backendless to work with tvOS? Are there any 3rd party libraries I could try?

Backendless provides SDK for iOS, tvOS, watchOS and macOS . You can install it via CocoaPods. Add pod 'Backendless' to your Podfile. And don't forget to add a bridging header to your project if you use Swift.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM