Questions tagged [wallet]

(Apple) Wallet tag is applicable for questions relating to Apple Wallet (formally Passbook), Apple Pay, and Apple's PassKit framework. Wallet makes use of APNS to trigger push updates to pass content.

Apple Wallet (referred to as simply Wallet) is a default application in iOS. Introduced under the name Passbook in iOS6, it was renamed as Wallet in iOS9. Wallet allows users to store coupons, boarding passes, event tickets, store cards and, starting with iOS 8.1, credit cards, loyalty cards, and debit cards for users holding compatible credit cards, in territories where Apple Pay is available.

Apple Wallet Developer's guide

443 questions
0
votes
2 answers

Apple Passbook(Wallet) device Registration not by app

I'm trying to build up a web service to push discount information to end-users. My question is that I know we can push coupon by my own app but is there any possible way to avoid end-user installing our app? Is there any possible way that we only…
CWC
  • 167
  • 1
  • 13
0
votes
1 answer

iOS: Is there a way to wake-up your app in the background if the user triggers a PassKit pass?

I'm looking into adding PassKit/Apple Wallet support into my iOS app. However I have a need to have my app ping a RESTful server when the user brings up a pass generated by our app. This would be in the situation where a pass notification was…
Dave Cole
  • 2,446
  • 2
  • 20
  • 26
0
votes
2 answers

Is 1D Barcode - code128 supported for iOS 7.1.2?

When I download the .pkpass file from my iOS 7.1.2, with a coupon which has code128 barcode, am unable to download the pass. I get an error message as "Sorry, Your Pass cannot be installed to Passbook at this time" Why am I getting this error? From…
Rpj
  • 5,348
  • 16
  • 62
  • 122
0
votes
0 answers

Can we add apple passes any browser or any device?

I am adding passes from safari, safari open passbook and store that pass to apple wallet using iCloud (I have login with iCloud in my mac machine). Can we add apple passes any other device(windows, linux)? Please suggest something.
Piyush
  • 580
  • 1
  • 5
  • 23
-1
votes
0 answers

Is there a specific way I should create authenticationTokens for my Apple Pass web service?

From reading the Apple documentation, the flow for using and updating Wallet passes goes like this: User taps an "add to wallet" button App calls its API which provides a pkpass file App presents the pass to the system, which triggers usual UI flow…
Synchro
  • 35,538
  • 15
  • 81
  • 104
-1
votes
1 answer

How to integrate wallet payments/UPI payments like Gpay, Phonepe, Paytm using Stripe and ASP.NET Core Web API

I have found only card payment mode in the stripe API documentation. I wanted to use Googlepay, Phonepe, Paytm kind of wallet payments/Upi payments using ASP.NET Core Web API using C#. I have read documentation from Stripe, but without any…
-1
votes
1 answer

How to send a transaction to Aptos using Petra Wallet?

This is the code I am testing which I got from petra docs. const wallet = getAptosWallet(); // see "Connecting" // Example Transaction, following an…
JohnVersus
  • 123
  • 1
  • 10
-1
votes
1 answer

Creating a wallet on ether creates it on all EVN supported networks?

When I create a wallet on Ethereum (f.e. with ether.js) - I know the function that creates the keys is universal so it will create it for all Ethereum networks (Mainnet, Rinkbey, etc) but is the function universal for all EVM networks? will it also…
NivN
  • 45
  • 5
-1
votes
1 answer

Does Apple Pay allow a method of authorizing the user once for multiple future payments?

I have a service (iOS app) that works by letting users use a real-world service many times, but each time it's impossible to know the cost of each 'session' up front. I'm aware that Apple Pay allows for a single checkout with an unknown amount (will…
knart
  • 311
  • 2
  • 13
-1
votes
1 answer

Wallet Zero Balance on Phrase Importing

I have this particular wallet which was originally showing my crypto balance, but after wallet upgrade and reinstallation via seed phrase, the coins are showing zero balance both on the primary (and decentralized 3rd party wallet). I then followed…
-1
votes
1 answer

Private key does not satisfy the curve requirements (ie. it is invalid);

Can Anyone help me, please? It gives me the error "throw new Error('Private key does not satisfy the curve requirements (i.e., it is invalid)');" it's been 5 days of debugging the code but still no luck; please correct the code and resend it. const…
Dev Verma
  • 1
  • 1
-1
votes
2 answers

What is the best way to use web3.js on the backend side?

I am trying to create a web wallet application using "@solana/web3.js" for study purposes. The backend side is using PHP (Laravel). Which of the following is the best option on how to call web3.js on the backend side? Call it from PHP using the…
fujon
  • 1
-1
votes
3 answers

Solana Wallet Address Generation Mechanism

I'm looking to developing on Solana but...I love to understand what I'm Working on. I've take a look at the documentation, and I can't unuderstand how solana-keygen work. I've try so hard to reproduce the same public address from the same mnemonic…
-1
votes
3 answers

How to connect Spring and Oracle db (oracle cloud) 19c

if i try to connect this error show oracle.net.ns.NetException: Invalid connection string format, a valid format is: "host:port:sid" (CONNECTION_ID=plSfz1GBTiKKWbZqZbjUrA==) i think yml datasource or jpa is wrong... but I checked out gogle anywhere…
-1
votes
1 answer

Bitcoin: How to generate BASE58 (P2SH) Addresses using python or other methods

Hello and thank you for your help. I need to generate a big amount of bitcoin BASE58(P2SH) Addresses (starts with '3') and their private keys using python, or also with other methods you know, i just need to generate them. I've tried a lot of…
giuliaresto
  • 13
  • 1
  • 2
  • 5