creepymonster / GlucoseDirect

App programmed in Swift/SwiftUI for using Libre blood glucose sensors.
MIT License
346 stars 108 forks source link

Solve widget issue iOS17: add containerBackground API support #588

Open robinwo opened 10 months ago

robinwo commented 10 months ago

Added support for iOS 17 containerBackground API.

Based on: https://stackoverflow.com/questions/76595240/widget-on-ios-17-beta-device-adopt-containerbackground-api

DAcodedBEAT commented 10 months ago

@robinwo Just for my understanding, this is to resolve https://github.com/creepymonster/GlucoseDirect/issues/585 right?

robinwo commented 10 months ago

Ah no not really, I believe this still is. This rather solves the problem of widgets showing the “please adopt the containerBackground API“ message that started showing (at least for me, through Xcode build) since iOS17.Sent from my iPhoneOn 1 Nov 2023, at 16:43, Arun Philip @.***> wrote: @robinwo Just for my understanding, this is to resolve #585 right?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

w-aurelien commented 10 months ago

Any idea when this fix will be released?

DAcodedBEAT commented 10 months ago

Any idea when this fix will be released?

I can't speak for @creepymonster but he hasn't responded to the previous messages. If you are comfortable compiling yourself, you can take a look at my fork since I merged this change there. https://github.com/DAcodedBEAT/GlucoseDirect