Trending

#cloudkit

Latest posts tagged with #cloudkit on Bluesky

Latest Top
Trending

Posts tagged #cloudkit

In practice, my solution was to wipe the CloudKit zone and start fresh (yes, I should’ve exported the data first… I forgot 😅).Lesson learned.#iOS

#SwiftData #CloudKit #Sync #Apple

0 0 0 0
Beer Diary version 2.4 released Stuff about iOS development, Linux and more

And here is the blog post detailing the changes.

smork.info/blog/posts/b...

#ios #swift #swiftui #coredata #cloudkit

0 0 0 0
Post image

TIL - working with #SwiftData / #CloudKit today - Need to manually add an index on a record type so that the CloudKit console can be used to query records! This one got me too 😅
Thankfully, I found a video on YT - youtu.be/z6vB6pZV5-s?... which was a lifesaver!

1 0 1 0
Post image

TIL - Adding iCloud / #CloudKit sync in Xcode as capability isn't enough! We have to add "Background Modes" & select "Remote notifications". Xcode shows warning otherwise - BUG IN CLIENT OF CLOUDKIT: CloudKit push notifications require the 'remote-notification' background mode in your info plist.".

0 0 1 0

It’s kinda fun that you can go from a local app to a multi-platform client/server app using #SwiftUI and #SwiftData with very few changes to your data model and with no changes to the APIs you call

#SwiftLang #BuildInPublic #Technology #Apple #CloudKit #Apps

6 2 0 0
Original post on mastodon.social

I think profiling an app with #Xcode instruments forces #CloudKit to use the development environment, even if the Profile scheme is using ‚release‘ config. Which is the default. And therefore cross-contaminates your account’s Production CloudKit env with your local DB you used to debug.

Or am I […]

0 0 1 0
Beer Diary version 2.3.3 released Stuff about iOS development, Linux and more

And (better late than never) here is the blog post detailing the changes. It also includes some development background information in case you're interested.

smork.info/blog/posts/b...

#ios #swift #swiftui #coredata #cloudkit

1 0 0 0
Video

Today we released our latest update to Albums. #AI powered tagging suggestions, performance improvements, and a complete #CloudKit overhaul (hello future #iPad and #Mac versions) are just a peek of what’s included.

📲 Download albums for free: apps.apple.com/us/app/album...

#Vinyl #MusicCollecting

4 2 0 0

And here is the blog post detailing the changes.

smork.info/blog/posts/b...

#ios #swift #swiftui #coredata #cloudkit

1 1 0 0
Preview
Bypassing FoundationDB's Transaction Limits with Record Layer Continuations A technical deep-dive into FoundationDB Record Layer continuations, explaining how they enable long-running operations by segmenting work across multiple FDB transactions, effectively bypassing the…

👀 Ever wonder how services like #Apple's #CloudKit handle massive datasets on #FoundationDB despite its 5s transaction limits?

🔬 My new post dives into the FDB Record Layer's continuation mechanism

🔗 pierrezemb.fr/posts/unders...

7 4 0 0

I am absolutely loving this single table design stuff with #DynamoDB! Why did I persevere with #CloudKit for so long?

2 0 1 0
Beer Diary version 2.1 released Stuff about iOS development, Linux, C++ and more

And here is the blog post detailing the changes.

smork.info/blog/posts/b...

#ios #swift #swiftui #coredata #cloudkit

1 0 0 0

This is the full page. Sense I’m making all the characters on the page emo I might draw this panel as emo.
New vid in the some time in the next month or 2.
#cloudkit #warriorcats #firestar

4 1 0 0

I got bitten by using #CloudKit for synchronization and now I can’t use custom migration between my versioned schemas. 😬 Now that I realized that, I remember reading about it before deciding to go with iCloud sync, but I’ve wasted good 2 hours on debug today.

0 0 1 0

I kept seeing some warnings about NSKeyedUnarchiveFromData being removed in the future. I researched a bit and it seems that #SwiftData, enums, and #CloudKit aren't best friends yet. Now I wonder whether or not I should replace enum in my model with string.

0 0 1 0
Beer Diary version 2.0 released Stuff about iOS development, Linux, C++ and more

And here is the blog post detailing the changes. It also includes some development background information in case you're interested.

smork.info/blog/posts/b...

#ios #swift #swiftui #coredata #cloudkit

0 0 0 0
A scene from chapter 21 of Fire and Ice, from Warrior Cats
Fireheart (a bright orange and yellow fire colored tom with bright green eyes) brings his new-born nephew, named as Cloudkit (a pure white tom with fluffy hair) to Brindleface (a pale gray tabby she-cat with darker round flecks and pale desaturated green eyes), who grieves his son's death. 
Frostfur (a pure white with pale blue highlights and freckles she-cat and dark blue sky eyes), Brindleface's sister, tries to convince her to adopt Cloudkit

A scene from chapter 21 of Fire and Ice, from Warrior Cats Fireheart (a bright orange and yellow fire colored tom with bright green eyes) brings his new-born nephew, named as Cloudkit (a pure white tom with fluffy hair) to Brindleface (a pale gray tabby she-cat with darker round flecks and pale desaturated green eyes), who grieves his son's death. Frostfur (a pure white with pale blue highlights and freckles she-cat and dark blue sky eyes), Brindleface's sister, tries to convince her to adopt Cloudkit

"I know he won't replace your son... But he needs your warmth and care."
#warriorcats #frostfur #brindleface #cloudkit #cloudtail #fireheart

24 11 1 0
Post image

I'm seeing a disproportionate amount of CloudKit requests coming from iOS 15, when most my users are on 17-18.

Does that make sense for anyone?

#cloudkit #swift #ios

0 0 0 0

Before the weekend, I want to test #CloudKit sync and properly sync not only models but reminders as well, so that on Saturday I’ll add the last touches to the UI and on Sunday release the app to #TestFlight! At least that’s the plan…
#BuildInPublic #IndieDev #iOSDev

3 0 1 0

I’ve already added support for CloudKit and other than marking relationship optional I only needed to change one default value as I used some Date extension there. It’s suspiciously easy… I wonder what problems are ahead of me. 🤔
#BuildInPublic #IndieDev #iOSDev #CloudKit

2 0 1 0

Dear #coredata #swiftlang people. It’s been a while since I’ve had to deal with migrations. IIRC back then model versions were mandatory, otherwise the app would crash in production (while doing fine in development).

I have a Swift5 app with a #cloudkit backed CoreData db.

2 2 1 0

So I came across a bug in my #iCloud sync code regarding conflict resolution which is probably the trickiest bit. My code was based on Gui Rambo's #CloudKit 101 article and accompanying project. That was before CKSyncEngine but you still need a conflict resolving function given two CKRecords.
1/n

6 0 1 0

First, very incomplete passthrough available here. The idea is sketched out there, but it will require A LOT of work to make it worthwhile using. #swiftlang #swift #cloudkit github.com/DominikGrodl...

3 0 0 0

One day I may write an article about it. Until then, here are some tips about #SwiftData & #CloudKit.

9 1 1 0
Post image

For C and D, I did Cloudkit(tail) and Dappletail! Does anyone else remember how sweet their relationship was? 🥺

#warriorcats #abcchallenge #cloudtail #dappletail #cloudkit #clipstudiopaintex #art

5 0 0 0