Post

Replies

Boosts

Views

Activity

Reply to Vision : VNDetectRectanglesRequest Error in iOS15
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.
Topic: Machine Learning & AI SubTopic: General Tags:
Nov ’21
Reply to Promo Codes not working on recently released app
Promo Codes not working on recently released app in My app right now any update on this?
Replies
Boosts
Views
Activity
Aug ’24
Reply to iOS 14 Universal Links broken on default browser other than Safari
@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
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’24
Reply to Receiving transaction that is not present in the receipt (auto-renewing subscriptions)
We are still facing issue any issue in lates OS
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Vision : VNDetectRectanglesRequest Error in iOS15
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.
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’21