Looks like in iOS15 widget setting is broken compared to iOS14 when title of the item is too long
iOS14:
iOS15:
Post
Replies
Boosts
Views
Activity
Hi,
I have setup wifi proxy on iPhone and paired to my apple watch, so when i call API from apple watch it does not go through proxy setup on iphone instead it throws error unable to connect to server with error code -1004, but same code works fine on iPhone side, this issue happens only in apple watch Device running watchOS 6.0 or later
ps: I'm trying to snip traffic in charles but i couldn't see any data from apple watch also
Hi,
When i try to access credential from keychain it's failing with above error code but it works fine from IntentKit extension, i'm not really sure what's wrong with this?
ps: I have same access group in wdigetkit extension like in intentKit extension
Hi,
I'm trying to provide dynamic configuration by using intent and intentHandler but when i call api from initentHandler it's throwing network error has 1005 but main app works for same api
Hi,
we have shipping app where we can allow user to track their orders within the app, so I would like to know how can I use or best practice for use to track their order in widget? Also how do I handle following scenarios How to allow user to select list of dynamic orders(may id be ids) from remote server or is it good idea/any suggestion?
What if user made new purchase in app and how do I refresh whole widget including updating list of track orders(ids) for dynamic configuration? Does intenthandler will be called to load from network?
How to handle or best practice to show widget content when user log out, authentication error?
How to handle/best practice for widget content when there is network error to load content?
Thanks
Hi,
Is it possible to extend LibraryContentProvider for UIKit controls and access them in view controllers, views, Xib, storyboards?