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.

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