Posts

Post not yet marked as solved
1 Replies
166 Views
Is something wrong with testing live activities on Dynamic Island in iOS 17? It works fine for devices without dynamic island. It's a timer countdown. Initially, it didn't show up on the iPhone 15 Pro, but after installing and reinstalling the app it showed up. But now, the timer freezes like it was freezing while it was being tested on a simulator. Is there something extra I should be doing for the Dynamic Island Display? P/S: The app uses only Live Activities without the widget.
Posted
by Itunu.
Last updated
.
Post not yet marked as solved
0 Replies
385 Views
I am working with SQLite as the local database. I have 5 tables created in the SQLite - A profile table, measurement table, measurementTemplate table  and imageGuide table. The measurement is owned by the profile . The measurementTemplate is also owned by a measurement and a measurementTemplate has a measurement guide. A profile has an array of pages. Each page has an array of measurements. I’m trying to avoid double references to avoid complications. What’s the best way to go about modelling these tables to connect them with CloudKit? I am pretty new to iOS development, this is an inherited codebase and I have been stuck on this issue for 2 weeks. I really need help.
Posted
by Itunu.
Last updated
.