#appgroup — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #appgroup, aggregated by home.social.
-
The problem with lots of progress over the weekend.. is lots of write up too! So many typos... but Lines now has a button that acts just like the paste button but uses an AppGroup and UserDefaults behind the scenes instead of the Pasteboard.
https://www.whynotestflight.com/excuses/okay-but-how-about-all-the-way-up-to-the-view/
#SwiftLang, #WebExtension, #SafariWebExtension, #NativeApp, #JavaScript, #AppGroup #UserDefaults
-
Revealed: Parliament’s All Party ESG group is bankrolled by firms who paid out billions for fraud, tax and environmental breaches,
via, DemocracyForSale#Green #MP #CarolineLucas says she quit after learning about #APPGroup's funding from #armsMakers and ‘law-breaking #accountancy firms’
-
@matt1corey Is your #CoreData stored in an #AppGroup container?
Once this is set up all your extensions can read/write your CoreData, except #LiveActivity and #DynamicIsland widgets.
This has been reported to #Apple: FB12607818
Here's some sample code I put together that demonstrates the bug: https://github.com/JagCesar/LiveActivityCoreData
-
@matt1corey Is your #CoreData stored in an #AppGroup container?
Once this is set up all your extensions can read/write your CoreData, except #LiveActivity and #DynamicIsland widgets.
This has been reported to #Apple: FB12607818
Here's some sample code I put together that demonstrates the bug: https://github.com/JagCesar/LiveActivityCoreData
-
Hey #coreDataGang! I got some trouble and need some guidance.
We store our #CoreData SQLite file in a shared #AppGroup, that way our extensions have access to the data. And we’re of course using #NSPersistentCloudKitContainer to sync the data through #iCloud.
BUT, we have an intermittent bug where the #watchdog kills our app because there’s a lock on the SQLite file when the app is suspended. 😭
How have you solved this? I can’t be the only one with this setup. Can I? 👀