Hi all, I could not find much information regarding syncPurchases in SwiftUI.
I am releasing a big upgrade to my app and have changed my RC SDK from V3 to V4 to take advantage of StoreKit2
To make the transition smooth I wish to sync my users purchases and am doing so via my AppNameApp.swift file .onAppear method.
is calling Purchases.shared.syncPurchases {} on the first launch of my upgraded version sufficient for this?
Thanks so much