Post

Replies

Boosts

Views

Activity

Long App Review Wait Times
I’ve been waiting almost two weeks for Apple to complete my app review, and there’s still no progress. This is the third time in a row I’ve faced long delays—previously waiting three weeks and two weeks. It’s really frustrating trying to stick to a schedule when these delays keep happening. Is there any way to speed things up or get some clarity? I'll appreciate any assistance here. Thanks!
1
0
220
Jan ’25
Review time
Hi there, I submitted my app for review a month ago, but I haven’t received any updates yet. Is this a typical timeline for Apple reviews? Are there any alternative communication channels with Apple, such as chat or phone calls, besides the review and support email, as these methods seem ineffective? Thanks for your assistance.
4
0
333
Jan ’25
App review takes too long
Hi there, I sent my review to Apple on December 11th, and it’s been almost two weeks since then. I understand that the holiday season can cause delays, but I’m wondering if this is an unusually long wait. Is it possible that my ticket got stuck in the system? If so, how can I expedite the process and get a response as soon as possible? Thanks for your attention to this matter.
0
0
315
Dec ’24
Command line tool camera permission
I try to write command line tool for recording from a camera using AVfoundation framework.The problem that stuck my project is camera permission issue. Error message: "This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data".I added Info.plist with NSCameraUsageDescription key and add request authorization for capture function but it seems that it ignored on runtime. I get the same error message when macOS should shows an alert asking the user to grant app access to the camera (AVCaptureDevice.requestAccess). I familiar with Info.plist and with NSCameraUsageDescription key from ios app that I wrote but it seem that it diffrent in command line tool.If anyone know how I can solve this privacy issue it will be very helpful.Thanks.
5
0
6.0k
Nov ’18