Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Distribute Apple Pay app through enterprise account [closed]

Enterprise accounts can't generate merchant id for Apple pay. Is there any way to distribute apps that support Apple pay through an enterprise account for beta testers or the only way to do so is to remove Apple Pay from the project?

like image 404
vintagexav Avatar asked Nov 29 '14 01:11

vintagexav


People also ask

What is an Apple enterprise Account?

It allows you to use Apple Business Manager, Ad Hoc distribution, or redemption codes to privately distribute custom apps to employees, and TestFlight to test beta versions of your apps. The Apple Developer Enterprise Program is only for specific use cases that cannot be addressed using these methods.

What is the difference between Apple Developer and enterprise program?

If your learning app will be made available to the general public, the iOS Developer Program is required. If your learning app is strictly for your employees, the iOS Developer Enterprise Program is required. Once you have registered for the relevant program, you can use it for as many learning apps as required.


1 Answers

I ended up with those two solutions:

  • When the need of Apple Pay is the highest, distribute with Apple Pay through App Store account with adhoc distribution profile.

  • When the need for Enterprise distribution is the highest, distribute through the Enterprise account with adhoc distribution profile, and with Apple Pay Stubs https://github.com/stripe/ApplePayStubs from Stripe.

I go from one to the other depending on a pre-processor macro.

like image 117
vintagexav Avatar answered Oct 11 '22 01:10

vintagexav