解析iOS上的实时查询



是否为Parse SDK的实时查询不可用于iOS?在back4app的安卓菜单下有一个指南,但iOS没有。目前指南上的所有信息都只涉及JavaScript,似乎没有列出obj-c或swift的任何一个。

LiveQuery在iOS上工作得很好,实际上比其他sdk更好。下面的一些文档:https://github.com/netreconlab/Parse-Swift#livequery

https://swiftpackageindex.com/netreconlab/parse-swift/5.4.1/documentation/parseswift/parselivequery

功能比较:https://github.com/netreconlab/Parse-Swift/discussions/72

编码例子:

https://github.com/netreconlab/Parse-Swift/blob/main/ParseSwift.playground/Pages/11%20-%20LiveQuery.xcplaygroundpage/Contents.swift

https://github.com/netreconlab/Parse-Swift/blob/main/ParseSwift.playground/Pages/19%20-%20SwiftUI%20-%20LiveQuery.xcplaygroundpage/Contents.swift