How can I use Miura and Verifone Readers within one app?

It's very easy to offer both Miura and Verifone readers to your merchants within the same app!
IOS
Just go through the normal install instructions and make sure follow the instructions for
both
Miura and Verifone.
Especially make sure to
  • add the required Framework dependencies for both Miura and Verifone
  • add the mPOS SDK Frameworks for both Miura and Verifone
When calling
startPaymentWithTemplate
on
MPPaymentProcess
you can then specify whether to use
MPAccessoryFamilyMiuraMPI
or
MPAccessoryFamilyVerifoneE105
We recommend to build a preference into your app where the merchant can specify the reader model he wants to use.
Android
Just go through the normal install instructions and make sure follow the instructions for
both
Miura and Verifone.
Especially make sure to
  • add the mPOS SDK libraries for both Miura and Verifone
  • add required dependencies for both Miura and Verifone
When calling
startPayment
on
PaymentProcess
you can then specify whether to use
AccessoryFamily.MIURA_MPI
or
AccessoryFamily.VERIFONE_E105
We recommend to build a preference into your app where the merchant can specify the reader model he wants to use.