iCloud Sync not working with iPhone, works fine for Mac.

I've been working on an app. It uses iCloud syncing. 48 hours ago everything was working 100%. Make a change on the iPhone it immediately changed on the Mac. Change on the Mac, it immediately changed on the iPhone. I didn't work on it yesterday. I updated to iOS26.4 on the iPhone and 26.4 on the Mac yesterday instead.

Today, I pull up the project again. I made NO changes to the code or settings.

Make a change on the iPhone it immediately updates on the Mac. Make a change on the Mac, nothing happens on the iPhone. I've waited an hour, and the change never happens. If you leave the iPhone app, then return, it updates as it should.

It appears that iCloud's silent notification is to being received by the iPhone. Anyone else having the issue? Is there something new with iOS 26.4 that needs to be adjusted to get this to work? Again, works flawlessly with the Mac, just not with the iPhone.

For debugging purpose, would you mind to check if it's that the macOS app failed to export data to CloudKit, or that the iOS app failed to import from CloudKit? The detailed steps to do the check are documented here.

Best,
——
Ziqiao Chen
 Worldwide Developer Relations.

-It is the iPhone not receiving the notification to update.

Steps to reproduce

  • Change property on Mac
  • iPhone app is active, no changes received (even after 2 hours)
  • Swipe to home screen on iPhone
  • open iPhone app
  • SwiftData syncs on iPhone and shows changes that were made on the Mac

(Again, this worked 48 hours ago, and the only change that was made was updating all devices to iOS26.4)

Just to add one more piece to this...

Make a change on the Mac

  • AppleTV makes the change instantly
  • Apple Watch makes the change instantly
  • iPhone only updates after you leave the app and launch it again
  • iPad only updates after you leave the app and launch it again

I have the same issue and filed a bug report already: FB22324179

Since updating to iOS 26.4, iCloud remote notifications (CloudKit push notifications) are no longer delivered. The same setup worked reliably on iOS 26.3 without any changes to the app or server configuration, so this a new regression from Apple.

didReceiveRemoteNotification: in AppDelegate gets not called anymore.

I also did notice the same issue, I have a device that still running iOS 26.3 and another one with 26.4, when I make a change the 26.3 get the background notification and update the data but on the device with 26.4 it is not working. I tested also watchOS 26.4 it is working perfectly the notification is processed.

I don't know if it's related, but my sample iOS app (iOS 18.5) doesn't receive a remote notification today in line with CKQuerySubscription, which it received yesterday.

The same happened for me, today (and played with updated on multiple devices to confirm).

sync 26.3 -> 26.3 => 100%

sync 26.4 -> 26.3 => 100%

sync 26.3 -> 26.4 => 0%

sync 26.4 -> 26.4 => 0%

Thank you for reporting the issue, which does seem like a regression in iOS 26.4.

Given the extensive impact of the issue, I’d suggest that you file a feedback report, if not yet, to attract more attention from the relevant engineering team.

Specific to the issue, you don't need to capture a sysdiagnose to file a feedback report, but please mention the user impact in your report, if you don't mind. Please share your feedback report ID here. Thanks again.

Best,
——
Ziqiao Chen
 Worldwide Developer Relations.

Bug report Filed - FB22343127

Bug reported FB22343088

FB22343668

Failure occurs whether I add or change a record on the Owner device or the Shared device. I verify the iCloud database is correct. Deleting and reinstalling the app downloads the correct data.

I’m experiencing the same issue on my end. Can’t test with iOS 26.3 anymore, but it works as expected on iOS 18.7.2 and macOS 15.7.4. On iOS 26.4 I’m not receiving any remote notifications, so updates are only fetched when I relaunch the app. Using CKSyncEngine under the hood.

I am having this same problem and it appears to have started right when upgrading to 26.4. One tester has this problem as well (also on 26.4) however another tester on 26.4 does not. So it's possibly not affecting everyone, but it's affecting me now and I just wasted an entire day on this assuming it was my code because I had changed some subscription stuff the day before. And then I spent half of today on this problem, too, trying everything including reverting back to code from many days ago all to no-avail.

So on the one hand, reassuring it's not just me. On the other hand.... arghhh!!

CKSyncEngine itself is broken by the same issue. I opened:

FB22309191

Exactly same issue here since iOS26.4. Mac works as expected, on iOS not getting updates on cloud sync. Filed the feedback FB22353668

iCloud Sync not working with iPhone, works fine for Mac.
 
 
Q