Post

Replies

Boosts

Views

Activity

Reply to Apple Wallet extension doubts
Hi, I have one question regarding communication between the UI Extension and the non-UI/DM extension. If I need to share data between both extensions — for example, an authentication token that will later be used by services called from the DM extension — what would be the recommended approach to do this? Should this be handled through App Groups/shared storage, shared Keychain, or is there another preferred mechanism for Wallet Extensions? Thank you.
Jun ’26
Reply to Avoid rotation in a UIViewController with two UIWindow app
Thank you for you answer, but it does not work. The problem is not in the viewcontroller of alertWindow, it is with the below one of mainWindow. This viewcontroller also does not rotate if I set supportedInterfaceOrientations and shouldAutorotate in the viewcontroller of alertWindow. It is like both viewcontrollers share this properties, but I want that one viewcontroller does not allow rotation but the below one yes. Thank you
Topic: UI Frameworks SubTopic: UIKit Tags:
Jun ’25
Reply to Apple Wallet extension doubts
Hi, I have one question regarding communication between the UI Extension and the non-UI/DM extension. If I need to share data between both extensions — for example, an authentication token that will later be used by services called from the DM extension — what would be the recommended approach to do this? Should this be handled through App Groups/shared storage, shared Keychain, or is there another preferred mechanism for Wallet Extensions? Thank you.
Replies
Boosts
Views
Activity
Jun ’26
Reply to Avoid rotation in a UIViewController with two UIWindow app
Thank you for you answer, but it does not work. The problem is not in the viewcontroller of alertWindow, it is with the below one of mainWindow. This viewcontroller also does not rotate if I set supportedInterfaceOrientations and shouldAutorotate in the viewcontroller of alertWindow. It is like both viewcontrollers share this properties, but I want that one viewcontroller does not allow rotation but the below one yes. Thank you
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jun ’25