I want to delete an unpublished post (still under review) on the Developer Forums. How do I do that? I have already added a comment requesting the deletion of the post, but I want to ensure that it is indeed deleted and never goes public.
Developer Forums
RSS for tagAsk questions about how to use the Apple Developer Forums. Discuss forums bugs and enhancements requests that you’ve filed via Feedback Assistant.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Thanks Apple for investing in this space - its seems the design has totally changed and that Apple is actually here now.
Topic:
Developer Tools & Services
SubTopic:
Developer Forums
I have submited a post. But I can not find it in my profile. I could not tell whether it has been submited but not verified or I made it wrong?
Topic:
Developer Tools & Services
SubTopic:
Developer Forums
Nothing ever shows in my "Watching" tab. I've tried toggling the watch (bell) button on & off for threads I'm trying to watch, but this doesn't help. The setting sticks per thread, meaning that if I start watching a thread and reload the page, the icon shows as filled. These threads just never show up in the "Watching" tab for me.
The only thread I saw mentioning this is from 2021 (https://developer.apple.com/forums/thread/681641). Starting a new thread since that was was marked as answered.
Hello, I need some assistance with changing my Dev Forum username. I am no longer associated with the company/organization that my username is presenting
Topic:
Developer Tools & Services
SubTopic:
Developer Forums
Issue solved. Retracting question.
Hello,
I notice the link on top of this site is incorrect: https://developer.apple.com/forums/tags/sign-in-with-apple-rest-api
Its target (https://developer.apple.com/documentation/sign_in_with_apple/sign_in_with_apple_rest_api) does not exist.
It should probably be https://developer.apple.com/documentation/signinwithapplerestapi
Topic:
Developer Tools & Services
SubTopic:
Developer Forums
Tags:
Forums Feedback
Sign in with Apple REST API
This is supposed to be a photo of a screen shot I took of this site and this box saying there is no text it is empty when I tried to post my previous post And the box was not empty and the character counter was backwards it was in the negative -. Was -6870/7000 characters. The original post was for a force reset analytic that I found suspicious and malicious towards my device and apple.
will not let me post the image
Topic:
Developer Tools & Services
SubTopic:
Developer Forums
My original thread ID was:
https://developer.apple.com/forums/thread/805350
This was a technical post with no links to products or services, but directly to native code designed to solve the problem I was posting about.
I believe a single unhappy user may be abusing the flagging/reporting feature.
I am contesting what this single user has alleged, namely that my content is “advertising.”
Under my rights as per the Apple Developer Forums Agreement, I am requesting a review per Apple’s right to monitor and correct moderation actions. Thank you.
The "Remind me later" button doesn't work on the "Customize your experience with Apple Developer" page on the Developer Forums. It just redirects me back to the same page.
https://github.com/feedback-assistant/reports/issues/723
It would be helpful to be able to upload short videos to the Developer Forums.
FB21241023
https://github.com/feedback-assistant/reports/issues/725
Dragging and dropping images to forum posts doesn't work. It just inserts text with the image file path.
FB21252859
https://github.com/feedback-assistant/reports/issues/726
I am facing a severe audio routing instability issue when using CallKit and the Zego Express SDK on iOS. The problem is that the audio route immediately reverts from the Speaker back to the Earpiece, effectively disabling the Speaker button functionality.📝 Observed BehaviorWhen the user taps the native CallKit Speaker Button, the audio route is correctly changed to the Speaker, but then instantly flips back to the Receiver (Earpiece), as shown in the system log captured via AVAudioSession.routeChangeNotification monitoring.🧾 Log Evidence (Flapping Occurs in 0.4 seconds)The following log snippet clearly illustrates the system overriding the user's action (reason: 4) with an unexpected CategoryChange (reason: 3) event:
TimestampComponentReason CodeDescriptionRouteIs
Speaker16:31:18.009[CallKitManager]4Override (CallKit/ControlCenter)Loa ngoài
(Speaker)true16:31:18.411[CallKitManager]3CategoryChangeThiết bị nhận (Receiver)false
I´m tring to integrate InApp push provisioning but when I send the information from the issuer to SDK to add my debit card to wallet I saw this error: PKPassKitErrorDomain Code 2 error
Looking in the forum I found how to see part of the logs to get more detail on the error and I found:
POST https://pr-pod9-smp-device.apple.com:443/broker/v4/devices/04131B65D01590022288082867404947F3CCA674C3D41F3C/cards/683986c983984251b9aecfc8ff51d88a/enable
'Error Domain=PKPaymentWebServiceErrorDomain Code=0 "Error inesperado." UserInfo={PKErrorHTTPResponseStatusCodeKey=500, NSLocalizedDescription=Error inesperado.
Topic:
Developer Tools & Services
SubTopic:
Developer Forums
Tags:
Wallet
Entitlements
In-App Purchase
Provisioning Profiles
I made a developer account. I uploaded a photo id, it notified me that it will take 2 business days to get verified, but it has been already 2 weeks. What to do?
I am encountering a cloud signing permission error when archiving and uploading an iOS app using Xcode with Automatically manage signing enabled.
Xcode reports that it cannot access or create cloud-managed distribution certificates, and therefore cannot find any App Store provisioning profiles for either the main app target or an associated Notification Service Extension.
The error message returned by Apple’s certificate API indicates that access to cloud-managed distribution certificates is forbidden.
Error messages
Cloud signing permission error
You haven't been given access to cloud-managed distribution certificates.
Please contact your team's Account Holder or an Admin to give you access.
No profiles were found
Xcode couldn't find any iOS App Store provisioning profiles matching the app or extension targets.
Environment
Xcode: 16.x
Signing method:
Automatic signing (App Store distribution)
Apple Developer Program team with existing distribution certificates
Apple ID role:
Admin (recently upgraded from a lower role)
What I have verified
Automatic signing is enabled for all targets
The correct team is selected
Bundle identifiers are valid and already registered
The app and extension exist in App Store Connect
Distribution certificates already exist in the team (previously created manually)
Observed behavior
Xcode attempts to access cloud-managed distribution certificates
Apple certificate service responds with a permission-denied error
As a result, provisioning profiles cannot be generated automatically
Question
After being upgraded to an Admin role, is there a known delay or additional requirement before an account can access cloud-managed distribution certificates, especially for teams that previously used manually managed distribution certificates?
Is there any recommended action (besides waiting or having the Account Holder perform an initial signing operation) to unblock automatic signing in this situation?
Topic:
Developer Tools & Services
SubTopic:
Developer Forums
Tags:
Developer Tools
Provisioning Profiles
Signing Certificates
I'm having problems constructing the initial stack for the guest executable for Valgrind on macOS 12 Intel. This seemed to work OK for macOS 11 but I'm getting a bad 'apple' pointer on macOS 12.
The stack (constructed by Valgrind) looks like this
higher address +-----------------+ <- clstack_end
| |
: string table :
| |
+-----------------+
| NULL |
+-----------------+
| executable_path | (first arg to execve())
+-----------------+
| NULL |
- -
| envp |
+-----------------+
| NULL |
- -
| argv |
+-----------------+
| argc |
+-----------------+
| mach_header * | (dynamic only)
lower address +-----------------+ <- sp
| undefined |
: :
The problem that I'm having is with the executable path (or the apple pointer). This points to NULL. The actual pointer to the "executable=xxx" string is 16 bytes lower in memory.
The code for main starts with
Dump of assembler code for function main:
0x0000000100003a90 <+0>: push %rbp
0x0000000100003a91 <+1>: mov %rsp,%rbp
0x0000000100003a94 <+4>: sub $0x60,%rsp
0x0000000100003a98 <+8>: movl $0x0,-0x4(%rbp)
0x0000000100003a9f <+15>: mov %edi,-0x8(%rbp)
0x0000000100003aa2 <+18>: mov %rsi,-0x10(%rbp)
0x0000000100003aa6 <+22>: mov %rdx,-0x18(%rbp)
0x0000000100003aaa <+26>: mov %rcx,-0x20(%rbp)
That's the prefix, making space for locals, setting a local variable to 0 then getting the 4 arguments from main in edi, rsi, rdx and rcx as per the SYSV amd64 ABI.
I think that it is dyld that puts the apple pointer into rcx.
Can anyone tall me how dyld works out the address of the apple pointer?
Topic:
Developer Tools & Services
SubTopic:
Developer Forums
Hello,
I hope you are doing well.
I recently submitted my app for review, and it was rejected. However, I am still unsure about the exact reason for this decision.
I carefully reviewed the feedback provided, but some points remain unclear to me. Could you please clarify which specific guidelines were not met, or which parts of the app need to be changed or improved?
My goal is to fully understand the issue so I can fix it properly and ensure that the app complies with all App Store Review Guidelines in the future.
Thank you in advance for your time and support.
tüm geçmişe bakma
The "Save" or "Update" button text does not load properly.
https://developer.apple.com/profile/finish
Topic:
Developer Tools & Services
SubTopic:
Developer Forums
Tags:
Forums Feedback
Developer Program