Apple Developer Program

RSS for tag

Create and deliver software for users around the world on Apple platforms using the the tools, resources, and support included with Apple Developer Program membership.

Apple Developer Program Documentation

Post

Replies

Boosts

Views

Activity

Canniot enable Developer Mode on my Apple Watch Series 7?
Hi to all, I'm new to WatchOS development and trying to enable the Developer Mode on my Apple Watch Series 7. I've enabled Developer Mode on my iPhone and did the same on my Apple Watch. After enabling Developer Mode on the watch it asks me to restart the watch. After a restart it asks me again if I want to enable Developer Mode. Of course! I don't succeed in installing the app on my watch because Xcode is "waiting for first unlock" of my watch. When I look in Settings > Privacy > Developer Mode the toggle switch is disabled. I can enable the switch but the watch asks me to restart and this is the loop I'm in. Anybody suggestions for 'permanently enabling' Developer Mode on my Apple Watch? Thanks in advance!
1
0
206
Oct ’24
Apple support not responding to developers program enrollment registration request
I applied for apple developer account enrollment over a week ago and only got one feedback to ask apple to call me for further verifications but there’s no call me button on my dashboard. After that I sent a mail responding for the support to call me since I can’t find the button. since then its been 3 days of no reply. Please we are behind one releases
0
0
80
Oct ’24
macOS 15.1 Beta 5: Mac App Store unable to install apps "The file “preflight.pfpkg” doesn’t exist"
Hello everyone, Ever since installing macOS 15.1 beta 5 on this M1 13’’ MacBook Pro, I have been unable to install or update any application from the Mac App Store. I keep getting the following error: “The file “preflight.pfpkg” doesn’t exist.””. The same machine was fine with 15.0 Sequoia and the problem happens regardless of the region setting of the machine. The machine has at least 148 GB of free disk space on the SSD. The same app I was trying to install from the MAS app I could install from the provider’s website (WhatsApp in this case, but I have tried with other apps too). Has anyone noticed it before? Raised the following Feedback ID if it can help: FB15296904 Kind Regards, Goffredo
21
8
1.4k
Sep ’24
How to parse the PingFangUI.ttc on iOS 18?
I've noticed that the font file PingFang.ttc is no longer in /System/Library/Fonts/LanguageSupport/ on iOS 18. And I use CoreText APIs get the new font file, which is int the FontServices.framework and named PingFangUI.ttc. But it doesn't seem to be a regular TrueType font collection. It can't be parsed correctly by stb_truetype. I copied this file to my mac, and it can't be opened by Font.app either, which says it doesn't contain installable fonts. It also can’t pass font validation (Font.app → File → Verify File), saying “System validation failed”, I don't know what that means. So I tried to read the binary of that file. I've noticed that the ‘CFF ‘ table is missing in the new font file, and there is a new table 'hvgl'. But I can't find any documentation for this table. Maybe this is a new format. And what confuses me is that the TTC header of the new font file has not changed, same as the old PingFang.ttc file, with a ‘ttcf’ tag, and majorVersion is 2 minorVersion is 0. Please tell me how to parse the new format, so maybe I can modify stb_truetype to get our app to work. Thanks!
3
1
966
Jul ’24
Device Token Validity in Device Check and App attestation validity in App Attestation
We are trying to integrate "Device Check" and "Device Check - App attest" services to check device integrity and app integrity. We read apple documentation and could not locate the TTL(time-to live) for "Device Token" and "App Attestation Object". Could you let us what TTL for Device Token" and "App Attestation Object"? We can design our architecture based on your answer
1
0
191
Oct ’24
I cant enroll apple developer program from Bangladesh
It's been more then one month since i am trying to purchase apple developer account. At first i was asked to submit government issued identification. I submitted all the required documents and informed the support about my request. But still its been more then 15 days i am waiting for their response. No support agent replying back to me. I become frustrated waiting for their response. Has anyone purchased apple developer account from Bangladesh? Please let me know
1
0
166
Oct ’24
Our PatientHub new build TestFlight invites go without "View in Testflight" link
Hi there, We are seeing weird issue, Testflight invites sent to users go without "View in Testflight" link despite the build is available for testing, user has no way to install App through TestFlight. NOTE: Our other Apps on the same developer account are sending proper TestFlight invite with the link to View redeem code / "View in TestFlight". At present we are stuck inviting users, asked developers to upload new build but without any success.
1
0
143
Oct ’24
No option for phone call
Hello, I'm trying to register my company on a developer account, we are a school and we made an app for our students. I went through several steps where I uploaded several documents regarding myself and my company. Now I'm stuck on the step where apple needs to contact my reference (CEO) in the company so they can approve I have authorization to legally bind my company to apple developer program. He wasn't contacted in any way by apple, and now it's asking me to use the phone call option to contact apple, but I don't have a phone call option, I have tried it from the account I'm trying to enroll during work hours. Do I maybe need to make a new apple account registered on my CEOs name and email since he doesn't have an apple account?
0
0
119
Oct ’24
Apple Wallet Not Detecting My Pass (.pkpass) - How to Identify the Issue?
I'm trying to add a pass to Apple Wallet, but it isn't being detected when I attempt to add it. I've created the .pkpass file, and it contains the following files: en.lproj/ icon.png icon@2x .png manifest.json pass.json signature { "formatVersion": 1, "passTypeIdentifier": "pass.com.yourdomain.com", "serialNumber": "123456", "teamIdentifier": "5ZXXXXXX", "description": "This is an Event Pass", "eventTicket": { "primaryFields": [ { "key": "event", "label": "EVENT", "value": "Concert" } ], "secondaryFields": [ { "key": "location", "label": "LOCATION", "value": "Example Venue" }, { "key": "date", "label": "DATE", "value": "2024-08-15" } ], "auxiliaryFields": [ { "key": "time", "label": "TIME", "value": "7:00 PM" } ], "backFields": [ { "key": "terms", "label": "TERMS & CONDITIONS", "value": "Non-refundable. Please arrive 30 minutes early." } ], "barcode": { "message": "1234567890", "format": "PKBarcodeFormatQR", "messageEncoding": "iso-8859-1" } }, "organizationName": "ORGANIZATION NAME", "logoText": "Concert 2024", "foregroundColor": "rgb(255, 255, 255)", "backgroundColor": "rgb(0, 0, 0)", "eventTicketStrip": { "primaryFields": [ { "key": "event", "label": "Event", "value": "Concert" } ] }, "relevantDate": "2024-08-15T19:00:00Z" } What I've Done So Far: Validated the Manifest: The SHA-1 hashes in the manifest.json match the actual files in the package. Checked the pass.json: It seems to be correctly formatted, and all fields are populated. Verified Pass Structure: The .pkpass file structure appears to be correct. Validate with PKpass Validator: It's seems like all points are valid I put screenshot over here. My Questions: What could be preventing Apple Wallet from detecting this pass? How can I verify if the signature is correctly applied? Are there any recommended online tools or methods to debug this pass and identify what might be wrong? I've tried using a few online validators, but the issue persists. Any guidance on how to resolve this would be greatly appreciated!
1
0
297
Aug ’24
Error in Attempting to Renew Apple Developer License
During the testing of Apple subscription renewals, we've encountered a severe issue that prevents us from renewing our subscription. When attempting to renew, there's an unexpected redirect from the payment page back to the previous screen, making it impossible to complete the renewal process. Key Points Cross-Browser Issue: We've attempted to access the renewal page from multiple browsers, and the issue persists across all of them. Unresolved Support Tickets: We've submitted several tickets to Apple Support. Many remain unanswered, and for those that received a response, we provided video evidence of the issue but have not received further assistance. Critical Timeline: Our account is set to expire in just three days, making this an extremely time-sensitive matter. Thanks
0
0
103
Oct ’24