passkit Questions
2
In my iOS project I have a screen which allows the user to create apple passes and add it to the wallet. Apple recommends creating "Add to apple wallet" button using PKAddPassButton. When I tried c...
4
Solved
This is my first time working with PassKit and with SwiftUI on a big project. I'm trying to implement Apple Pay SwiftUI and since there isn't a native way to do so yet, I tried wrapped the PKPaymen...
Opportune asked 19/3, 2020 at 23:5
1
Solved
I have visited this answer already and the present method proposed here doesn't work (anymore?). When I use a UIViewControllerRepresentable and then show it as a sheet it looks pretty awful:
If I ...
3
I have implemented apple pay in my iOS application using Passkit framework. I did all of these things fully to set up apple pay. I am using sandbox account. I added cards in Wallet application and ...
2
I am trying to add a banking card ("payment pass") to Wallet with PKAddPaymentPassRequest.
So the question is, how can I query the pass library to check if my card (or any other card) is already i...
1
I'm trying to send a message to my device using a token I've gotten from a ticket saved in my PassWallet app in my Android device.
The device sends all the information required to update a pass us...
Vanvanadate asked 5/1, 2019 at 0:18
0
I have a fully working implementation of ApplePay. all works well on iOS10, 11 and 12.
Since the first beta of iOS 13 and Xcode 11 and up until now (iOS13GM and Xcode 11GM) the ApplePay authorizat...
1
My app under iOS 11 is logging:
Access to PassKit Shared Cache file denied. Please verify sandbox exceptions and/or file a Radar.
Haven't seen that before. Does anyone have an idea where this co...
1
Solved
1
We recently launched iOS app on the app store. Some of code files reference Passkit framework. Also Entitlements has been added with
com.apple.developer.pass-type-identifiers
key and respectiv...
Priesthood asked 26/11, 2015 at 15:27
1
Solved
I want to display apple wallet add cards page whenever user clicks the add cards to wallet button in my ios app. how to call the apple wallet from ios app. I enabled wallet capabilities in my ios a...
0
I am not able to transfer my iOS App from one Developer Account to another as it contains reference to PassKit.framework. Will it be possible to transfer app if I remove PassKit.framework.
My app ...
Vituline asked 12/6, 2018 at 7:0
1
Solved
2
I did enough research to add credit/debit cards listed in my app to add to Apple Pay. I understood from Apple Developer Forums Using private APIs is forbidden by apple for this purpose.
As i conta...
3
Solved
I've setup a server which returns a PKPass. If I copy the URL to the browser, a pass is shown (both in my Mac and in my iPhone).
The code I'm using to download the pass is the following one:
NSDat...
1
Solved
I am using this API to add multiple grouped passes to Apple Wallet.
I realized that added passes in the wallet doesn't follow the order of array [PKPass] that I gave it to this API.
public func ad...
1
I try to use PushSharp in an Apple passkit related project.
My current problem is about passkit pushes.
When I try to create my notification, it says
device tokent length is invalid (exact ex...
Gentoo asked 14/11, 2016 at 18:12
0
According to Apple's documentation, initializing a PKPass in Swift requires two elements, the Pass data and an error pointer.
init(data data: NSData,
error error: NSErrorPointer)
According to Ap...
1
When I use Apple Pay with Stripe's iOS SDK, it crashes on following method after payment?
-[PKPaymentAuthorizationControllerExportedObject authorizationDidFinishWithError:] + 76
What am I doing...
Seaquake asked 25/4, 2015 at 17:13
1
How to extract values like Email , Phone Number. I got billing and shipping addresses successfully. But , I couldn't get Email and Phone Numbers. Kindly suggest me programmatically ... (using kABP...
Barnacle asked 13/3, 2015 at 11:7
1
Solved
Apple provides a dedicated method in Passkit to determine whether the PassLibrary is available:
[PKPassLibrary isPassLibraryAvailable]
This works as expected on iPhone and iPad with one exceptio...
1
© 2022 - 2024 — McMap. All rights reserved.