Promo Codes not working on recently released app in My app right now any update on this?
Post
Replies
Boosts
Views
Activity
@DTS Engineer can we have any update on this we still facing same issue universal link working fine with safari but not with chrome why does this still not work do we have any luck for manage this working or alternate option for this thanks @apple @inigo333 @seejamescode @ynnckcmprnl
We are still facing issue any issue in lates OS
let handler = VNImageRequestHandler(ciImage: ciImage, orientation: .up)
let objOfAVVisionRectangleRequest = AVVisionRectangleRequest(avInputImage: ciImage, currentProcessCompletion: completion)
try handler.perform([self.objOfAVVisionRectangleRequest])
After perform request it will return error VNDetectorOption_OriginatingRequestSpecifier required option was not found" UserInfo={NSLocalizedDescription=The VNDetectorOption_OriginatingRequestSpecifier
Not getting let observations = request.results as? [VNRectangleObservation] result for rectangleObservation. Only in iOS15.