Post

Replies

Boosts

Views

Activity

Reply to PlugInKit crash on widget
Same here, crash log 1.: Crash Log - https://developer.apple.com/forums/content/attachment/ee9f421b-b7cd-41ad-a6d1-9e44f5c8666a crash log 2.(very similar): Crash Log 2 - https://developer.apple.com/forums/content/attachment/9846407b-9431-4bba-8710-16d1157b2dd3
Topic: App & System Services SubTopic: General Tags:
Nov ’20
Reply to Will Private Relay impact on iOS App also
I can confirm that http requests in my app are not working when private relay is on. Sometimes it's not possible to use https connections, especially with third party services. It's crazy(in a bad way) how this feature in iCloud+ affects everything else. There should be at least option for the user, to turn this feature off for specific apps.
Jul ’21
Reply to SF Symbols lost color (only black) in iOS 15 widget
this is how I fixed it:        if #available(iOSApplicationExtension 15.0, *) {         Image(systemName: getIconName(iconId: iconId))           .resizable()           .symbolRenderingMode(.multicolor)           .scaledToFit()           .frame(width: 20)       }
Topic: Design SubTopic: General Tags:
Aug ’21