I am implementing In App verification for users that provision cards in Wallet.
When I want to fetch cards from Wallet in my mobile app using PKPassLibrary().passes(of: .payment) it returns zero when I use Wallet Sandbox. But when I use Wallet regularly, it returns me cards I have provisioned.
What could be the reason?
Post
Replies
Boosts
Views
Activity
When I select first item in tab bar, the selected tint colour doesn't change, but when I tap second time the same item, it works then. That only happen on the first tab bar item and it looks like tab bar is refreshing. Tapping every other item in tab bar works as expected and doesn't have that problem. This only happens on iOS 13. I tried using UITabBarAppearance(), but it's the same.