home.social

#appgroup — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #appgroup, aggregated by home.social.

  1. 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.

    whynotestflight.com/excuses/ok

    #SwiftLang, #WebExtension, #SafariWebExtension, #NativeApp, #JavaScript, #AppGroup #UserDefaults

  2. 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’

    democracyforsale.substack.com/

  3. @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: github.com/JagCesar/LiveActivi

  4. @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: github.com/JagCesar/LiveActivi

  5. 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? 👀