Posts

Post not yet marked as solved
0 Replies
472 Views
on iOS 14.6, From a hybrid Cordova app, OIDC authentication URL is opened in SFSafariViewController, up on successfull login session cookie is set by the server. Applicaiton is dismissing SFSVC view and authentication is code is passed to hybrid app for validation. Next time (within few minutes or less that a minute) when SFSafariViewController is opened with OIDC URL, previously set session cookie is missing (This is needed for a switch customer case within App) Sometimes it passes cookie, sometimes it does not. There are cases it never an issue on specif phone. but random behaviour on other phones with same OS build and make. https://support.apple.com/en-in/HT212528 As per this URL, there are security fixes done on WebKit safari engine. Not sure some fixes causing this issue, but it seems intermittent. Anyone facing cookie related issue on iOS 14.6?
Posted
by aghilesh.
Last updated
.
Post not yet marked as solved
0 Replies
678 Views
There is a requirement from my client to link the card from their banking application to apple wallet. #1. As a per the client requirement doc, native app needs to send the active wallet id, device id etc to service provider backend to identify the device specific card tokens. But there is no such available in any of the documentation or I am unable to find it. https://developer.apple.com/documentation/passkit/wallet #2. Is there any specific API to get the list of card tokens from wallet. I could find the API to get the token status for specific card. https://developer.apple.com/documentation/passkit/pkpass/3543352-secureelementpass #3. As per the apple requirement doc it is necessary to send the card meta data which must match the physical card art. But not able to find the API to send the card image to wallet. https://developer.apple.com/documentation/passkit/pkaddpaymentpassrequest/1615914-activationdata So I would like to get some more insights to the below points API to get the wallet id as that of google api to getActiveWalletId() API to get the list of card tokens in the wallet API to send the card image meta data to wallet.
Posted
by aghilesh.
Last updated
.