Hello Apple Developer Community,
I'm developing a call-blocking app for iOS and have encountered an issue with iOS 18. Despite calls being successfully blocked by our app's Call Directory extension, they are still appearing as unanswered calls in the native Phone app.
Details:
iOS version: 18
App uses CallKit and Call Directory extension
Calls are blocked successfully (not ringing on device)
Blocked calls show up as "Unanswered" in Phone app's recent calls list
Expected behavior: Blocked calls should not appear in the Phone app's recent calls list.
Actual behavior: Blocked calls appear as "Unanswered" in the recent calls list.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Following up on a previous thread that was marked as resolved, we're observing that the behavior of blocked calls in iOS 18.2 hasn't changed as indicated.
Current behavior in iOS 18.2:
Calls blocked by Call Directory extensions still appear as "unanswered" in the Phone app's call history
The calls are successfully blocked (don't ring) though
There's no indication in the call history that these calls were blocked
Expected behavior (as previously indicated would be fixed in iOS 18.2 beta 3):
Blocked calls should be labeled as "Blocked"
Should show which app blocked them
This continues to cause confusion among users who expect blocked calls to either be clearly labeled or not appear in their history at all. We're still receiving regular user complaints about this behavior.
Has there been any change in the timeline for addressing this? Any information would be helpful for both developers and users.
Thank you in advance.
Call blocking using a third-party CallKit app is not longer working with the latest iOS 26 Public Beta (23A5297m).
We've tried several different Call Blocking apps (that used to work fine on iOS 18.5) and their call blocking functionality is not working anymore.
All calls pass through and the phone rings on those "blocked" numbers. We got several user complaints about our app that is not working on iOS 26 Public Beta.
We've filed 2 bug reports with Feedback Assistant:
FB19140680
FB19140594
Please fix this issue in the next Beta versions of iOS 26 to have a stable iOS 26 release in the future.
Thank you in advance.
App Store Connect's privacy label system creates impossible review situations by checking live app versions instead of submitted builds.
Problem:
Developer has a live app with tracking on the App Store
Developer create a new app version with all tracking removed
Privacy labels from AppStore Connect cannot be updated because system references live version with tracking
App gets rejected for privacy label mismatch with submitted build
Cannot fix labels until approved, cannot get approved with wrong labels
Expected behavior:
Privacy label system should allow updates for pending app versions or check submitted build instead of live version.
Steps to reproduce:
Submit app update with tracking removed
Try to update privacy labels to "no tracking" from AppStore Connect
System shows error: "Your app contains NSUserTrackingUsageDescription, indicating that you will request permission to track users. You must indicate which data types are tracking users. If this is incorrect, update your app binary and upload a new build to App Store Connect."
App gets rejected despite submitted build having no tracking
This affects any developer trying to remove tracking functionality from AppStore Connect in such a scenario.
I have opened a bug in Feedback Assistant: FB19459680