Gys
Gys
> Fyne install does support Darwin. It supports all the platforms we build for. The `install` help says: ``` OPTIONS: --target value, --os value The mobile platform to target (android,...
> If for some reason you are not seeing follow-up notifications please open an issue, this is not a known problem. I opened another issue for this.
> Sadly this is due to Apples enforcement policies. We cannot show a native notification unless the app has been packaged and run through the app launcher. > > It...
I came up with this line to reinstall a `release` version from the commandline. The app is named `notifications.app`. The 5s delay is for the OS to release the notifications...
> The QuickLook cache is typically located at: /Users/[username]/Library/Caches/com.apple.QuickLook.thumbnailcache/ This folder does not exist on my system, running Sequoia 15.5 Maybe this has changed?
I think you should do this: ```` type LicenseCreateEntity struct { Name string `json:"name" binding:"required"` Typ string `json:"typ" binding:"required"` Desc string `json:"desc"` TimeLeft TimeLimitDef `json:"timeLimitDef"` App Application `json:"application"` } ````
> This build error occurs when native SDK version is v11. Therefore just remove `RNMapboxMapsVersion` from your app.json if you have no reason to use v11. There is an PrivacyInfo.xcprivacy...
That issue is about remote push notifications and mobile in general. This issue is about local push notifications and specific for iOS only. This works on platforms like Darwin and...
I am sure there is no background processing possible on iOS. The only thing coming close is sending a silent remote push notification which 'wakes up' the app for a...
Aha, did not know that! Yes, the logo has transparency. It took me a while to realize the logo was the problem, especially because it indeed is no problem for...