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...
Tamarisk asked 11/4, 2018 at 10:52

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 ...
Administration asked 29/6, 2020 at 12:41

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 ...
Rajasthani asked 4/5, 2018 at 13:43

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...
Candiot asked 13/7, 2018 at 7:8

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...
Bifrost asked 11/9, 2019 at 14:15

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...
Keil asked 26/9, 2017 at 11:38

1

Solved

We would like to send iPhone Wallet cards to users containing important health information that they need to have with them at all times. Because of privacy concerns, we would like to just use a ...
Renege asked 17/7, 2019 at 8:45

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...
Wardroom asked 27/6, 2018 at 10:45

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

In Apple's documentation for the keys available for a Wallet pass, there's an option for a dictionary for NFC-related data. I understand that use of this key requires special permission from Apple....
Turbit asked 25/1, 2018 at 8:41

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...
Bear asked 29/6, 2017 at 9:11

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...
Wersh asked 24/6, 2013 at 13:48

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...
Dab asked 30/11, 2016 at 6:48

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...
Solus asked 10/11, 2015 at 12:15

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...
Lytton asked 17/11, 2014 at 10:11
1

© 2022 - 2024 — McMap. All rights reserved.