Skip to main content

Get Started

Both Apple and Google set a high bar to allow developers to provision cards into Apple Pay and Google Pay, but we help you navigate the requirements to streamline and speed up your go-to market.

info

Please get in touch with our support team at support@weavr.io to receive guidance on how to meet all requirements.

You need to complete the following actions prior to integration:

Obtain approval from Apple and Google

Both digital wallets, Google Pay and Apple Pay, as well as TSPs (Token Service Providers) set their own standards and procedures to guarantee that your app is not impersonated by malicious actors during the provisioning flow. As such, you need to provide details for your app as evidence that you have met these requirements.

Our support team can assist you in navigating the procedures required to get your app certified by all parties. Please get in touch with us at support@weavr.io if you need any support.

Access SDK dependencies

Before being able to use the SDK, you'll need access to dependencies that are protected. You should receive:

  • Access to the MeaWallet iOS SDK.
  • Access token to the Phyre Maven repository.
  • Username and password to MeaWallet's Maven repository.
  • Access token to the iOS Swift Package Manager repository.
  • A configuration file for the SDK.
danger

Please ensure that any secret shared with you is securely stored and distributed. it's recommended to not commit it to your code repository, and instead:

  • Use a password manager to share it amongst your team members.
  • Use your CI's secrets store to access it from your build pipelines.