Post

Replies

Boosts

Views

Activity

Reply to Wallet Extensions is not shown on iOS
Inside Non UI extension, in its first function named as "status" check the below logic: status.passEntriesAvailable = availablePassesForIphone > 0 status.remotePassEntriesAvailable = watchSession.isPaired && availableRemotePassesForAppleWatch > 0 This value "status.passEntriesAvailable" should be true then your application will appear in wallet extension. Same, this value "status.remotePassEntriesAvailable " should be true incase you want to show app on watch side.
Jun ’25
Reply to Xcode26 build app with iOS26, UITabBarController set CustomTabBar issue
@Allen-Chen Not a permanent solution but what you can do is go to Phone settings -> Accessibility -> Motion -> Reduce Motion (Turn on). By this way we are able to see a tabbar with correct functionality.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to Xcode26 build app with iOS26, UITabBarController set CustomTabBar issue
@Allen-Chen Did you find any solution for it? I am facing similar issue as well.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jun ’25
Reply to Wallet Extensions is not shown on iOS
@BankFlex_733 Also you wallet extension iOS Deployment target should be identical to what your app minimum deployment target is set.
Replies
Boosts
Views
Activity
Jun ’25
Reply to Wallet Extensions is not shown on iOS
Inside Non UI extension, in its first function named as "status" check the below logic: status.passEntriesAvailable = availablePassesForIphone > 0 status.remotePassEntriesAvailable = watchSession.isPaired && availableRemotePassesForAppleWatch > 0 This value "status.passEntriesAvailable" should be true then your application will appear in wallet extension. Same, this value "status.remotePassEntriesAvailable " should be true incase you want to show app on watch side.
Replies
Boosts
Views
Activity
Jun ’25