Search results for

“DTiPhoneSimulatorErrorDomain Code 2”

162,370 results found

Post

Replies

Boosts

Views

Activity

Reply to Live Caller ID Lookup entitlement request no response for 3+ weeks — Case #102823550184
Hi jono_id4me, sorry for the slow reply. Still nothing on my side. Request 2C4HJDWYJ6 has now been under review for 85 days from the Feb 23 submission. Apple Developer Support confirmed on May 8 that it's in the pipeline to be onboarded but no concrete date. How about you? Any movement on your side since February? And did Apple ever validate your relay/PIR setup, or is it just sitting in the queue too? If you're up for it, would be useful to compare notes — bundle IDs, dates, what your support advisor has said. Two data points are better than one when neither of us can get a timeline. Thanks, Levan
Topic: App & System Services SubTopic: General Tags:
1w
Live Caller ID Lookup entitlement - typical onboarding timeline after PIR migration?
Hi everyone, I'm hoping to hear from developers who have submitted Live Caller ID Lookup entitlement requests, especially anyone successfully onboarded after the PIR architecture became required. My own request (ID 2C4HJDWYJ6, submitted March 23, 2026) has been under review for 85 days. Apple Developer Support confirmed on May 8 that it's in the pipeline to be onboarded but I haven't received a concrete timeline. Infrastructure is fully deployed and verified per Apple's PIR documentation: OHTTP Gateway: https://gateway.zinfo.ge PIR Service: https://service.zinfo.ge (Apple's Swift PIR Service) Token Issuer: https://issuer.zinfo.ge DNS TXT record correctly configured HTTP/2, TLS, Protocol Buffers wire format Production database loaded Questions for the community: For developers already onboarded, how long did your review take from final submission to approval? Did the Live Caller ID Lookup capability appear automatically in Certificates, Identifiers & Profiles after approval, or was there an additi
1
0
153
1w
Reply to iOS Camera app code
Hey @anmac1789, It sounds like you'd like to make a camera app, so I recommend that you start with AVCam: Building a camera app. The underlying code for the system's Camera app is not available, and we can't provide details about it, but the sample code project I linked to above can hopefully help you with your camera app development! -- Greg
1w
Reply to How to retrieve device model name via sysctl
Thanks for the post, what about to retrieve the friendly model name from the command line, I normally use system_profiler. system_profiler SPHardwareDataType | grep Model Name Or we can just remove the label with: system_profiler SPHardwareDataType | awk -F': ' '/Model Name/ {print $2}' Hope this helps. Resources: https://discussions.apple.com/thread/5988473 https://discussions.apple.com/docs/DOC-250009356 Albert
  Worldwide Developer Relations.
Topic: App & System Services SubTopic: Core OS Tags:
1w
iOS Camera app code
What's the underlying code for ios's camera app ? like how does it assign metadata and filename? is it java or something else ? Can another app be created to use the same basic code with added extra features ?
11
0
548
1w
Reply to WKWebView iOS 26 preventing javascript injections
Thanks for the reply but when deploy to the simulator its crashing so that i can't test anything ( my setup is macOS 26, xCode 26.4.1, 26.5 simulators, macOS Rider 26.1.2 ) here ise crash report Translated Report (Full Report Below) Process: XsentiusMaui [37730] Path: /Users/USER/Library/Developer/CoreSimulator/Devices/F24D336A-217A-4B3C-9D86-B11FF5A3C57C/data/Containers/Bundle/Application/054985D3-AA75-4CCE-A103-35EC0BE523B0/XsentiusMaui.app/XsentiusMaui Identifier: com.cozbim.xsentiusmobile Version: 1.0.1 (101) Code Type: ARM-64 (Native) Role: Foreground Parent Process: launchd_sim [37350] Coalition: com.apple.CoreSimulator.SimDevice.F24D336A-217A-4B3C-9D86-B11FF5A3C57C [7708] Responsible Process: SimulatorTrampoline [1010] User ID: 501 Date/Time: 2026-05-19 20:09:33.7484 +0300 Launch Time: 2026-05-19 20:09:33.6347 +0300 Hardware Model: Mac16,1 OS Version: macOS 26.5 (25F71) Release Type: User Crash Reporter Key: 307E060A-0B57-9A0D-D769-4CCF07BED703 Incident Identifier: DDDD5089-C8EA-4AD0-BD3B-5398
Topic: Safari & Web SubTopic: General
1w
Repeatedly rejected for Guideline 2.5.4 despite clear UI, in-app onboarding, video, and detailed notes
Hello, Looking for guidance on how to break through what appears to be a stalled review process. My app, Nava Aura, has been rejected three times under Guideline 2.5.4 for the audio background mode, each rejection citing inability to locate the audio feature. I would value advice from anyone who has worked through a similar pattern. What the app does: Nava Aura is a markdown reader and editor that reads documents aloud using AVSpeechSynthesizer (on-device text-to-speech). The audio UIBackgroundMode is declared so user-initiated playback continues when the screen locks or the user switches apps, identical to the way Audible, Spotify, and Apple Podcasts behave. Playback never starts autonomously; it requires an explicit user tap. What we have done across three builds: Visible circular headphones button on every document card in the library. One tap begins listening. First-launch onboarding that opens with two screens explaining read/listen and background continuity, and ends in a live listening session
2
0
70
1w
Reply to App Store Button Price Shows Incorrect NonExistent Product
I figured out what was going on and putting this here in case it helps anyone else in the future worried why they were seeing wrong prices for their App. In my case, there were two factors First: I had filled in the Pricing and Availability (P&A) section in App Store Connect
, that was in addition to In-App Purchases (which I subsequently deleted i.e. the 'NonExistent Product' in the Post Title) and also filled in Subscriptions. I assumed the Store Listing button took its price from IAP. Wrong. It takes its price from P&A. Finding this out was thanks to AI/LLM. An hour after deleting the P&A price I started seeing the correct price in the Store, but inconsistently, sometimes correct, sometimes wrong. Second: The inconsistency was apparent when checking the direct link to the App in a web browser. For one, I hadn't noticed the URL included the two-character country code e.g. /us/ or /gb/ etc for the country storefront. The prices for my six storefronts differed, half migh
1w
iOS 26.4 — How to return from main app to host app after a keyboard-extension dictation round-trip, without private APIs?
I'm building a custom keyboard extension that offers voice dictation. Because keyboard extensions are constrained (memory cap ~30–48 MB, restricted audio session access), I delegate recording to my container app: User in a host app (e.g., Safari) taps the mic in my keyboard extension. The keyboard calls extensionContext.open(URL(myapp://dictation)) to launch the container app. The container app records audio via AVAudioEngine + SFSpeechRecognizer, writes the final transcript to the App Group, and signals completion via a Darwin notification. 4. The user is expected to be returned to the original host app (Safari) automatically so they can keep typing. The problem (step 4): On iOS 26.4 I can no longer identify which app was the host. Every previously-known path returns nil for the keyboard extension's host: parent.value(forKey: _hostBundleID) → returns the literal string parent.value(forKey: _hostApplicationBundleIdentifier) → returns NSNull xpc_connection_copy_bundle_id on the underlying XPC connection (via P
0
0
143
1w
Reply to After binding to NSBrowser indexPaths the browser assumes I'm using NSBrowserCell and calls unimplemented methods on my NSCell subclass
Thanks a lot for the reply! I had a bug I recently introduced in my app where I missed syncing model/UI with a selection change. I was already using the target-action but my app is pretty large and also programmatically changes the selection in many different places. As far as a I know there is no way to pick up all selection changes globally (other than the binding) so I decided to try the binding but that didn't work out as described in the original post. So instead of the binding to resolve I'm now overriding four different set methods (in addition to responding in the target-action). - (void)selectRow:(NSInteger)row inColumn:(NSInteger)column; - (void)selectRowIndexes:(NSIndexSet *)indexes inColumn:(NSInteger)column -(void)setSelectionIndexPath:(NSIndexPath *)selectionIndexPath -(void)setSelectionIndexPaths:(NSArray *)selectionIndexPaths Maybe overriding only two is required, not sure but if so that is undocumented and subject to change anyway. So a binding or a notification like NSBrowserSelecti
Topic: UI Frameworks SubTopic: AppKit Tags:
1w
CKQuerySubscription on public database failing with BAD_REQUEST in Production — distinct from iOS 26.4 silent-push regression
Hello, I'm hitting a persistent CKQuerySubscription save failure on the public database in my Production CloudKit container. I want to flag this is NOT the iOS 26.4 silent-push regression resolved in 26.4.1 (I've confirmed it manifests differently and on devices that predate that bug). App: Win 10 Min (com.luiz.PandaApp) Container: iCloud.com.luiz.PandaApp Current shipping version: 3.2.1 build 420 (approved 2026-05-19) Public database THE ERROR (captured from CKError.userInfo) CKErrorCode 12 (badRequest) CKInternalErrorDomain code 2006 (BadSyntax) ServerErrorDescription: attempting to create a subscription in a production container Execution time per failed attempt: 45-90ms (gateway-level rejection, not data validation). CODE let subscription = CKQuerySubscription( recordType: GuardianRequest, predicate: NSPredicate(format: guardianRecordName == %@, me), subscriptionID: guardian-incoming-(me), options: [.firesOnRecordCreation] ) let info = CKSubscription.NotificationInfo() info.shouldSendCon
4
0
213
1w
CNCopyCurrentNetworkInfo returns SSID on iPhone 12 Pro (iOS 18.6.2) but returns nil on iPhone 13 (iOS 26.4.2)
I need official technical support regarding the CNCopyCurrentNetworkInfo API. My app can successfully get the Wi-Fi SSID on iPhone 12 Pro (iOS 18.6.2). But on iPhone 13 (iOS 26.4.2), the same code always returns nil and cannot get the Wi-Fi name. I have already enabled: Access WiFi Information capability Location Permission (When in Use) The app is in foreground Here is my code: private func getCurrentWiFiName() -> String? { if let interfaces = CNCopySupportedInterfaces() as? [String] { print(Detected (interfaces.count) network interfaces) for (index, interface) in interfaces.enumerated() { print(Interface (index): (interface)) if let info = CNCopyCurrentNetworkInfo(interface as CFString) as? [String: Any] { print(Interface (index) info: (info)) if let ssid = info[kCNNetworkInfoKeySSID as String] as? String { print(Successfully got SSID: (ssid)) return ssid } } else { print(Failed to get info for interface (index)) } } } else { print(Failed to get network interfaces) } return nil } My que
0
0
35
1w
Reply to codesign tool generates "timestamps differ by XXX seconds" error
[quote='888308022, jaikiran, /thread/826273?answerId=888308022#888308022, /profile/jaikiran'] This gives the wrong impression that the timestamp difference is on host H2 … while in reality the tool is merely reporting the difference that was present in the previous signature (on host H1). [/quote] Ah, yeah, I can see how that’d happen and also how it’s super confusing. I think you should file a bug against codesign for better diagnostics here; please post your bug number, just for the record. [quote='888308022, jaikiran, /thread/826273?answerId=888308022#888308022, /profile/jaikiran'] maybe the timestamp difference message should be a warning and the tool should exit with an exit code of zero? [/quote] Agreed. Again, I’d appreciate you filing a second bug about that. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Code Signing SubTopic: General Tags:
1w
Reply to Notarization submissions stuck "In Progress" 24+ hours — first-time enrolment, signing verified clean
[quote='888287022, Poojan, /thread/826626?answerId=888287022#888287022, /profile/Poojan'] does that mean that my upload is being held in in-depth analysis? [/quote] It seems likely. Based on my experience helping folks here on the forums, this is how things usually pan out: You submit request N. It stays stuck in the In Progress state. You submit requests N + 1, N + 2, and so on. They all get stuck in the In Progress state. At some point in the future, the in-depth analysis of request N completes and request N completes. Shortly thereafter requests N + 1, N + 2, and so on also completely. Presumably this is the “learn how to recognise” effect I mentioned above. As to how long this is taking, 4 days (100 hours) is certainly longer than is typical but it’s not completely beyond the pale. If it’s still stuck after a week, reply back here and I’ll do some digging. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Code Signing SubTopic: Notarization Tags:
1w
Reply to Entitlement com.apple.vm.networking not found and could not be included in profile. This likely is not a valid entitlement and should be removed from your entitlements file
The VM Networking capability, which granted access to the com.apple.vm.networking entitlement, is managed. That is, you must apply to Apple for access to the capability. Apple has recently introduced a shiny new mechanism for requesting managed capabilities (see here). VM Networking should use that process but, sadly, it doesn’t [1]. In the meantime, you can apply for the VM Networking capability by opening a DTS code-level support request. When you submit the request, in the section where it asked who sent you to DTS, make sure to reference this forums thread. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] It’s on my to-do list. One day… one day…
Topic: App & System Services SubTopic: Core OS Tags:
1w
Reply to Live Caller ID Lookup entitlement request no response for 3+ weeks — Case #102823550184
Hi jono_id4me, sorry for the slow reply. Still nothing on my side. Request 2C4HJDWYJ6 has now been under review for 85 days from the Feb 23 submission. Apple Developer Support confirmed on May 8 that it's in the pipeline to be onboarded but no concrete date. How about you? Any movement on your side since February? And did Apple ever validate your relay/PIR setup, or is it just sitting in the queue too? If you're up for it, would be useful to compare notes — bundle IDs, dates, what your support advisor has said. Two data points are better than one when neither of us can get a timeline. Thanks, Levan
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
1w
Live Caller ID Lookup entitlement - typical onboarding timeline after PIR migration?
Hi everyone, I'm hoping to hear from developers who have submitted Live Caller ID Lookup entitlement requests, especially anyone successfully onboarded after the PIR architecture became required. My own request (ID 2C4HJDWYJ6, submitted March 23, 2026) has been under review for 85 days. Apple Developer Support confirmed on May 8 that it's in the pipeline to be onboarded but I haven't received a concrete timeline. Infrastructure is fully deployed and verified per Apple's PIR documentation: OHTTP Gateway: https://gateway.zinfo.ge PIR Service: https://service.zinfo.ge (Apple's Swift PIR Service) Token Issuer: https://issuer.zinfo.ge DNS TXT record correctly configured HTTP/2, TLS, Protocol Buffers wire format Production database loaded Questions for the community: For developers already onboarded, how long did your review take from final submission to approval? Did the Live Caller ID Lookup capability appear automatically in Certificates, Identifiers & Profiles after approval, or was there an additi
Replies
1
Boosts
0
Views
153
Activity
1w
Reply to iOS Camera app code
Hey @anmac1789, It sounds like you'd like to make a camera app, so I recommend that you start with AVCam: Building a camera app. The underlying code for the system's Camera app is not available, and we can't provide details about it, but the sample code project I linked to above can hopefully help you with your camera app development! -- Greg
Replies
Boosts
Views
Activity
1w
Reply to How to retrieve device model name via sysctl
Thanks for the post, what about to retrieve the friendly model name from the command line, I normally use system_profiler. system_profiler SPHardwareDataType | grep Model Name Or we can just remove the label with: system_profiler SPHardwareDataType | awk -F': ' '/Model Name/ {print $2}' Hope this helps. Resources: https://discussions.apple.com/thread/5988473 https://discussions.apple.com/docs/DOC-250009356 Albert
  Worldwide Developer Relations.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
1w
iOS Camera app code
What's the underlying code for ios's camera app ? like how does it assign metadata and filename? is it java or something else ? Can another app be created to use the same basic code with added extra features ?
Replies
11
Boosts
0
Views
548
Activity
1w
Reply to WKWebView iOS 26 preventing javascript injections
Thanks for the reply but when deploy to the simulator its crashing so that i can't test anything ( my setup is macOS 26, xCode 26.4.1, 26.5 simulators, macOS Rider 26.1.2 ) here ise crash report Translated Report (Full Report Below) Process: XsentiusMaui [37730] Path: /Users/USER/Library/Developer/CoreSimulator/Devices/F24D336A-217A-4B3C-9D86-B11FF5A3C57C/data/Containers/Bundle/Application/054985D3-AA75-4CCE-A103-35EC0BE523B0/XsentiusMaui.app/XsentiusMaui Identifier: com.cozbim.xsentiusmobile Version: 1.0.1 (101) Code Type: ARM-64 (Native) Role: Foreground Parent Process: launchd_sim [37350] Coalition: com.apple.CoreSimulator.SimDevice.F24D336A-217A-4B3C-9D86-B11FF5A3C57C [7708] Responsible Process: SimulatorTrampoline [1010] User ID: 501 Date/Time: 2026-05-19 20:09:33.7484 +0300 Launch Time: 2026-05-19 20:09:33.6347 +0300 Hardware Model: Mac16,1 OS Version: macOS 26.5 (25F71) Release Type: User Crash Reporter Key: 307E060A-0B57-9A0D-D769-4CCF07BED703 Incident Identifier: DDDD5089-C8EA-4AD0-BD3B-5398
Topic: Safari & Web SubTopic: General
Replies
Boosts
Views
Activity
1w
Repeatedly rejected for Guideline 2.5.4 despite clear UI, in-app onboarding, video, and detailed notes
Hello, Looking for guidance on how to break through what appears to be a stalled review process. My app, Nava Aura, has been rejected three times under Guideline 2.5.4 for the audio background mode, each rejection citing inability to locate the audio feature. I would value advice from anyone who has worked through a similar pattern. What the app does: Nava Aura is a markdown reader and editor that reads documents aloud using AVSpeechSynthesizer (on-device text-to-speech). The audio UIBackgroundMode is declared so user-initiated playback continues when the screen locks or the user switches apps, identical to the way Audible, Spotify, and Apple Podcasts behave. Playback never starts autonomously; it requires an explicit user tap. What we have done across three builds: Visible circular headphones button on every document card in the library. One tap begins listening. First-launch onboarding that opens with two screens explaining read/listen and background continuity, and ends in a live listening session
Replies
2
Boosts
0
Views
70
Activity
1w
Reply to App Store Button Price Shows Incorrect NonExistent Product
I figured out what was going on and putting this here in case it helps anyone else in the future worried why they were seeing wrong prices for their App. In my case, there were two factors First: I had filled in the Pricing and Availability (P&A) section in App Store Connect
, that was in addition to In-App Purchases (which I subsequently deleted i.e. the 'NonExistent Product' in the Post Title) and also filled in Subscriptions. I assumed the Store Listing button took its price from IAP. Wrong. It takes its price from P&A. Finding this out was thanks to AI/LLM. An hour after deleting the P&A price I started seeing the correct price in the Store, but inconsistently, sometimes correct, sometimes wrong. Second: The inconsistency was apparent when checking the direct link to the App in a web browser. For one, I hadn't noticed the URL included the two-character country code e.g. /us/ or /gb/ etc for the country storefront. The prices for my six storefronts differed, half migh
Replies
Boosts
Views
Activity
1w
iOS 26.4 — How to return from main app to host app after a keyboard-extension dictation round-trip, without private APIs?
I'm building a custom keyboard extension that offers voice dictation. Because keyboard extensions are constrained (memory cap ~30–48 MB, restricted audio session access), I delegate recording to my container app: User in a host app (e.g., Safari) taps the mic in my keyboard extension. The keyboard calls extensionContext.open(URL(myapp://dictation)) to launch the container app. The container app records audio via AVAudioEngine + SFSpeechRecognizer, writes the final transcript to the App Group, and signals completion via a Darwin notification. 4. The user is expected to be returned to the original host app (Safari) automatically so they can keep typing. The problem (step 4): On iOS 26.4 I can no longer identify which app was the host. Every previously-known path returns nil for the keyboard extension's host: parent.value(forKey: _hostBundleID) → returns the literal string parent.value(forKey: _hostApplicationBundleIdentifier) → returns NSNull xpc_connection_copy_bundle_id on the underlying XPC connection (via P
Replies
0
Boosts
0
Views
143
Activity
1w
Reply to After binding to NSBrowser indexPaths the browser assumes I'm using NSBrowserCell and calls unimplemented methods on my NSCell subclass
Thanks a lot for the reply! I had a bug I recently introduced in my app where I missed syncing model/UI with a selection change. I was already using the target-action but my app is pretty large and also programmatically changes the selection in many different places. As far as a I know there is no way to pick up all selection changes globally (other than the binding) so I decided to try the binding but that didn't work out as described in the original post. So instead of the binding to resolve I'm now overriding four different set methods (in addition to responding in the target-action). - (void)selectRow:(NSInteger)row inColumn:(NSInteger)column; - (void)selectRowIndexes:(NSIndexSet *)indexes inColumn:(NSInteger)column -(void)setSelectionIndexPath:(NSIndexPath *)selectionIndexPath -(void)setSelectionIndexPaths:(NSArray *)selectionIndexPaths Maybe overriding only two is required, not sure but if so that is undocumented and subject to change anyway. So a binding or a notification like NSBrowserSelecti
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
1w
CKQuerySubscription on public database failing with BAD_REQUEST in Production — distinct from iOS 26.4 silent-push regression
Hello, I'm hitting a persistent CKQuerySubscription save failure on the public database in my Production CloudKit container. I want to flag this is NOT the iOS 26.4 silent-push regression resolved in 26.4.1 (I've confirmed it manifests differently and on devices that predate that bug). App: Win 10 Min (com.luiz.PandaApp) Container: iCloud.com.luiz.PandaApp Current shipping version: 3.2.1 build 420 (approved 2026-05-19) Public database THE ERROR (captured from CKError.userInfo) CKErrorCode 12 (badRequest) CKInternalErrorDomain code 2006 (BadSyntax) ServerErrorDescription: attempting to create a subscription in a production container Execution time per failed attempt: 45-90ms (gateway-level rejection, not data validation). CODE let subscription = CKQuerySubscription( recordType: GuardianRequest, predicate: NSPredicate(format: guardianRecordName == %@, me), subscriptionID: guardian-incoming-(me), options: [.firesOnRecordCreation] ) let info = CKSubscription.NotificationInfo() info.shouldSendCon
Replies
4
Boosts
0
Views
213
Activity
1w
CNCopyCurrentNetworkInfo returns SSID on iPhone 12 Pro (iOS 18.6.2) but returns nil on iPhone 13 (iOS 26.4.2)
I need official technical support regarding the CNCopyCurrentNetworkInfo API. My app can successfully get the Wi-Fi SSID on iPhone 12 Pro (iOS 18.6.2). But on iPhone 13 (iOS 26.4.2), the same code always returns nil and cannot get the Wi-Fi name. I have already enabled: Access WiFi Information capability Location Permission (When in Use) The app is in foreground Here is my code: private func getCurrentWiFiName() -> String? { if let interfaces = CNCopySupportedInterfaces() as? [String] { print(Detected (interfaces.count) network interfaces) for (index, interface) in interfaces.enumerated() { print(Interface (index): (interface)) if let info = CNCopyCurrentNetworkInfo(interface as CFString) as? [String: Any] { print(Interface (index) info: (info)) if let ssid = info[kCNNetworkInfoKeySSID as String] as? String { print(Successfully got SSID: (ssid)) return ssid } } else { print(Failed to get info for interface (index)) } } } else { print(Failed to get network interfaces) } return nil } My que
Replies
0
Boosts
0
Views
35
Activity
1w
Reply to codesign tool generates "timestamps differ by XXX seconds" error
[quote='888308022, jaikiran, /thread/826273?answerId=888308022#888308022, /profile/jaikiran'] This gives the wrong impression that the timestamp difference is on host H2 … while in reality the tool is merely reporting the difference that was present in the previous signature (on host H1). [/quote] Ah, yeah, I can see how that’d happen and also how it’s super confusing. I think you should file a bug against codesign for better diagnostics here; please post your bug number, just for the record. [quote='888308022, jaikiran, /thread/826273?answerId=888308022#888308022, /profile/jaikiran'] maybe the timestamp difference message should be a warning and the tool should exit with an exit code of zero? [/quote] Agreed. Again, I’d appreciate you filing a second bug about that. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
1w
Reply to Notarization submissions stuck "In Progress" 24+ hours — first-time enrolment, signing verified clean
[quote='888287022, Poojan, /thread/826626?answerId=888287022#888287022, /profile/Poojan'] does that mean that my upload is being held in in-depth analysis? [/quote] It seems likely. Based on my experience helping folks here on the forums, this is how things usually pan out: You submit request N. It stays stuck in the In Progress state. You submit requests N + 1, N + 2, and so on. They all get stuck in the In Progress state. At some point in the future, the in-depth analysis of request N completes and request N completes. Shortly thereafter requests N + 1, N + 2, and so on also completely. Presumably this is the “learn how to recognise” effect I mentioned above. As to how long this is taking, 4 days (100 hours) is certainly longer than is typical but it’s not completely beyond the pale. If it’s still stuck after a week, reply back here and I’ll do some digging. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Code Signing SubTopic: Notarization Tags:
Replies
Boosts
Views
Activity
1w
Reply to Entitlement com.apple.vm.networking not found and could not be included in profile. This likely is not a valid entitlement and should be removed from your entitlements file
The VM Networking capability, which granted access to the com.apple.vm.networking entitlement, is managed. That is, you must apply to Apple for access to the capability. Apple has recently introduced a shiny new mechanism for requesting managed capabilities (see here). VM Networking should use that process but, sadly, it doesn’t [1]. In the meantime, you can apply for the VM Networking capability by opening a DTS code-level support request. When you submit the request, in the section where it asked who sent you to DTS, make sure to reference this forums thread. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] It’s on my to-do list. One day… one day…
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
1w