Posts

Post not yet marked as solved
7 Replies
1.7k Views
We implemented a customized keyboard long ago, and it has worked well. But after iOS 16.4 is released, we received feedback that claims "4, 7 and the decimal point (.) are missing". After some testing, we confirmed this issue only happens to iPhone 14 Pro Max with iOS 16.4 or iOS 16.4.1. The number of subviews in the collection view is 11 (9 cells + 2 scroll indicators), not 14 which is expected. And the width of each cell is 1/3 of the screen width. So this is NOT because we didn't configure UICollectionViewLayout correctly. Moreover, if we decrease the width of cells, the keyboard will look normal. Does Apple realize this?
Posted Last updated
.
Post not yet marked as solved
0 Replies
451 Views
Hi dear fellows, We want to add In-app Provisioning feature to our banking app. After requesting certificates (com.apple.developer.payment-pass-provisioning) from Apple team, configuring capabilities and profiles, adding the entitlement file, and deploying the server with related changes, we cannot successfully add a test card to Apple Wallet, but received an error "Your Issuer Does Not Yet Offer Support for This Card. Ask your issuer if they offer cards that support Apple Pay.". The error message poped up after sending activationData, encryptedPassData and ephemeralPublicKey. Have anyone been in the same situation? Does it mean we need to contact Apple Support Team in certain way to whitelist the test card?
Posted Last updated
.