I have read in an old article that it is important to use our own servers for receipt validations due to a security flow in iOS. Is this vulnerability still present in recent versions of iOS?
Current version of my app uses my own implementation of receipt validation, which sends receipt data to my own server and then it validates the receipt with App Store servers. however, the swiftystorekit looks great and I would love to ditch my own implementation and start using swiftystorekit. But swiftystorekit connects directly to the App Store for receipt validation.
Current version of my app uses my own implementation of receipt validation, which sends receipt data to my own server and then it validates the receipt with App Store servers. however, the swiftystorekit looks great and I would love to ditch my own implementation and start using swiftystorekit. But swiftystorekit connects directly to the App Store for receipt validation.