Search results for

missing package product

50,222 results found

Post

Replies

Boosts

Views

Activity

Reply to Network Extension (App Extension) Not Launching
While digging into how things are implemented is fun, it’s not the path to long-term binary compatibility. Do not use the code you posted in a product. Rather, follow the advice that I posted earlier, that is, look at how Xcode builds the extension and do what it does. If you do that you’ll see that the build transcript for the link step includes this: …/XcodeDefault.xctoolchain/usr/bin/clang … -e _NSExtensionMain … The causes the linker to set the main entry point to _NSExtensionMain, which is actually a symbol imported from Foundation: % nm -m Packet.appex/Contents/MacOS/Packet … (undefined) external _NSExtensionMain (from Foundation) … This techniques ensures that your extension bootstrap code is revlocked to the system, so it’ll always do the right thing. If you embed the bootstrap in your product, it might fail on future systems. IMPORTANT This is the link step for a packet tunnel provider app extension whose deployment target is macOS 15.5. You might see different commands if you bui
Sep ’25
Private Relay emails bounced as 'Unauthorized Sender'
Private relay emails are not being delivered, even though we've followed the guidance here, https://developer.apple.com/help/account/capabilities/configure-private-email-relay-service/ iCloud, gmail etc. get delivered fine but as soon as its a private relay email address they get bounced as unauthorized sender. We've tried a couple of domains but here I'll document test.x.domain.com We have registered domains (test.x.domain.com), also the sender communication emails just to be safe (noreply at test.x.domain.com). Passed SPF Authentication, DKIM Authentication. ESP account shows as all green checks in mailgun. Is there any way to track down what the actual rejection reason is? { @timestamp: 2025-08-20T14:30:59.801Z, account: { id: 6425b45fb2fd1e28f4e0110a }, delivery-status: { attempt-no: 1, bounce-type: soft, certificate-verified: true, code: 550, enhanced-code: 5.1.1, first-delivery-attempt-seconds: 0.014, message: 5.1.1 : unauthorized sender, mx-host: smtp3.privaterelay.appleid.com, session-seconds: 1.72299
1
0
652
Aug ’25
Reply to Photos app missing
The Photos app is built into iOS and can’t be deleted. If it’s missing, try restarting your iPhone, checking Screen Time restrictions, or resetting Home Screen layout (Settings > General > Transfer or Reset > Reset Home Screen Layout). If that doesn’t fix it, reinstalling the beta or waiting for the next update may help.
Sep ’25
Photos app missing
Hi, I have a problem since i enrolled in beta my photos app dissapeared. Cand fins it anywhere. I have iphone 15 pro max ios 18. I tried upgrading to ios26 beta i thought maybe it woukd solve the problem but still missing photos app. Can anyone help me please?
1
0
148
Sep ’25
TestFlight Says App is Unavailable or Not Found – Need Help Troubleshooting
Hi everyone, I’m having trouble distributing my app via TestFlight. I created the app completely from scratch — new bundle ID, new build number, fresh provisioning profile, and certificates. Everything looks correctly set up in App Store Connect, and the build is marked as ready for testing. However, when I send the TestFlight link to testers, they get a message saying the app is unavailable or not found. I’ve double-checked all settings, and I can’t figure out what I’m missing. Has anyone experienced this before or have any suggestions on how to fix it? Any help is appreciated!
3
0
263
Aug ’25
Reply to How do I use IOUserSCSIPeripheralDeviceType00?
Hi Kevin, thanks for your reply. Sorry for the delay, I was out for a while. Here's my current personality dictionary. With this dictionary, the driver crashes, presumably in its init. The crashed thread has OSMetaClassBase::Invoke(RPC) in its stack trace, none of the code appears to be mine. I can see my driver as an object in the IORegistry called driver - I use SetName late in my Start_Impl() to give it a globally unique name, so I crash before this. I also tried setting IOProviderClass to IOSCSIPeripheralDeviceNub, but my driver didn't appear to load at all then. As you can see, I changed the name of IOPropertyMatch so that it won't be considered, but I would prefer to match on USB vendor and product ID, rather than a name. Does the property I'm trying to match on have to be a property of the provider, or a property of the provider or any of its parents? And is IOPropertyMatch always considered, regardless of family, or are only some family-dependent property keys considered? OSBundleUsageDescri
Sep ’25
App Store Connect API Price Points Inconsistent
Hello, We are seeing some confusing output from an App Store Connect API service: https://developer.apple.com/documentation/appstoreconnectapi/list_all_price_points_for_an_app curl -H 'Authorization: Bearer ' 'https://api.appstoreconnect.apple.com/v1/apps/354902315/appPricePoints?limit=200&filter[territory]=USA' { data : [ ... ], links : { self : https://api.appstoreconnect.apple.com/v1/apps/354902315/appPricePoints?filter[territory]=USA&limit=200, next : https://api.appstoreconnect.apple.com/v1/apps/354902315/appPricePoints?cursor=AMg.AMZSC44&filter[territory]=USA&limit=200 }, meta : { paging : { total : 658, limit : 200 } } } The above API call is successful for us and returns a list of price points for the app. However, it appears to be missing some values - the full set from the above API call indicates that there are 658 entries, but if we call the same service for a different app there is a larger result set: curl -H 'Authorization: Bearer ' 'https://api.appstoreconnect.apple.co
1
0
536
May ’24
Subscription upgrade during trial with a pending crossgrade: does remaining trial time get forfeited and is the prior plan refunded?
I’m implementing subscriptions and running tests, and I noticed a behavior I’d like to confirm. Plans in the app Basic — Monthly Basic — Annual Premium — Monthly Premium — Annual Test environment Sandbox (where ~1 day ≈ under 1 minute of real time) steps Start Basic (Monthly) using an introductory offer (free trial). Create a crossgrade to Basic (Annual) (scheduled/queued). 3.After receiving a RENEWAL App Store Server Notification indicating the plan will move from trial to paid Basic (Annual), but before the trial actually expires, upgrade the user to Premium (Monthly). Observed behavior (Sandbox) & questions Even though there is still up to ~1 day of trial remaining (≈ under 1 minute in Sandbox), upgrading to Premium (Monthly) immediately ends the trial and activates the paid Premium plan right away. Will this same behavior occur in Production? If yes, is this the expected/acceptable behavior when upgrading during an active trial after a pending crossgrade? Note: If we upgrade to Premium before
1
0
39
Sep ’25
Reply to KDK for recent MacOS Sequoia versions (15.6, 15.7RC)
Thanks. The sooner, the better. I think we're now up to date again* but please let me know if there's a specific build that's missing and that you need. *We aren't planning to backfill obsolete seed releases but if there is some reason that we should do so, please let me know. One clarification on this point: Is there an ETA for the KDKs for 15.6 (24G84) and 15.7 (24G207) to be made available to download? KDK releases are tied XNU builds, not system releases. We release a KDK for most system updates because the kernel was rebuilt in that release but that isn't true of all releases, particularly security updates later in the update cycle. In this case, we have released a KDK for 15.6 (24G84), but we will NOT be releasing a KDK for 15.6.2 (24G90) or 15.7 (24G207). That's because those other releases are all using the same kernel as 15.6 (24G84), specifically xnu 11417.140.69, so you can KDK we read 15.6 (25G84). Note that the command: uname -v ...will print the XNU build version. __ Kevin Elliott DTS E
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’25
Reply to Live Activity budget exceeded
What you are seeing is the depletion of the on-device budget, and is not related to the development or production environments used to send the push request to start the activity. The budget is fixed and there is nothing you can do to increase it. As you are depleting your push to start budget, NSSupportsLiveActivitiesFrequentUpdates does not make a difference - and also keep in mind that the user has to accept the frequent updates, just declaring it does not guarantee a larger update budget - but again, that has nothing to do with the push-to-start budget If you need to push to start more than 10 activities, you would need to expand the time you are doing that in. It cannot be done in a short time frame. Argun Tekant /  DTS Engineer / Core Technologies
Sep ’25
Upload Symbols Failed on Xcode 16
I am using GoogleMobileAds package dependencies and now when I want to archive and export an app I get this two warnings : Upload Symbols Failed The archive did not include a dSYM for the GoogleMobileAds.framework with the UUIDs [13B55A37-D103-36E1-8D7B-FA4EAB2C8146]. Ensure that the archive's dSYM folder includes a DWARF file for GoogleMobileAds.framework with the expected UUIDs. Upload Symbols Failed The archive did not include a dSYM for the UserMessagingPlatform.framework with the UUIDs [A3941120-02A1-30B5-8C28-BFC0F9496E16]. Ensure that the archive's dSYM folder includes a DWARF file for UserMessagingPlatform.framework with the expected UUIDs. I have updated the packages to 11.9.0 (lasted) and Xcode 16 to 16 RC (lasted also) and I would like to know how to fix this... With Xcode 15 I have no problem !! I can export with no warnings ! But now with Xcode 16 no... Thanks for helping !
62
0
78k
Sep ’25
Reply to Rendering scene in RealityView to an Image
Oh, so this is for a new app where we use CoreML and machine vision to detect animals in the AR scene and show details on them. I just realized, when I want to convert our existing SceneKit-based production Glasses-Try-On app to RealityKit, I'll face the same problem. In our glasses app, allowing the user to take a screenshot of them with Virtual Glasses on is a core-feature for which we need 3D Scene + Camera background (without the UI).
Topic: Spatial Computing SubTopic: ARKit Tags:
Sep ’25
Reply to Questions about NEHotspotEvaluationProvider Extension
[quote='856820022, wym572, /thread/798893?answerId=856820022#856820022, /profile/wym572'] 1- Since NEHotspotEvaluationProvider does not allow network requests, how can we practically match scanned WiFi networks against our hotspot database (billions of SSID/BSSID entries)? [/quote] That would require significant engineering smarts, and possibly some trade-offs. I can think of at least two potential paths forward: I can imagine that an SSID database would compress very well, although you’ll probably want to develop a custom compression algorithm rather than, say, relying on a general-purpose compressor like Deflate. You could also divide the database up by regions and let the user download the database for their preferred regions. [quote='856820022, wym572, /thread/798893?answerId=856820022#856820022, /profile/wym572'] 2- In iOS 26, does NEHotspotManager still require a separate Hotspot Helper entitlement? [/quote] Yes. Well, no, but also yes. In iOS 26 you can produce a useful hotspot helper without the com.a
Sep ’25
Questions about NEHotspotEvaluationProvider Extension
Description : Our app helps users connect to Wi-Fi hotspots. We are trying to adapt our code to iOS 26 Hotspot Authentication and Hotspot Evaluation application extensions. When filtering hotspots in the filterScanList callback, we need to fetch support information from a remote server to determine which hotspots are supported. However, attempts to use URLSession or NWTCPConnection in the extension always fail. When accessing a URL (e.g., https://www.example.com), the network log shows: Error Domain=NSURLErrorDomain Code=-1003 A server with the specified hostname could not be found. When accessing a raw IP address, the log shows: [1: Operation not permitted] Interestingly, NWPathMonitor shows the network path as satisfied, indicating that the network is reachable. Question: Are there any missing permissions or misconfigurations on our side, or are we using the wrong approach? Is there an official recommended way to perform network requests from an NEHotspotEvaluationProvider extension?
3
0
137
Sep ’25