Search code examples
iosparse-platformparse-live-query

Parse Live Queries on iOS


Are live queries for the Parse SDK not available for iOS? There is a guide for it under the android menu on back4app but nothing for iOS. All of the information currently on guides only refers to JavaScript and nothing seems to be listed for obj-c or swift either one.


Solution

  • LiveQuery works great on iOS and actually works better than the other SDKS. Some docs below: https://github.com/netreconlab/Parse-Swift#livequery

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

    Feature comparison: https://github.com/netreconlab/Parse-Swift/discussions/72

    Coding examples:

    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