Nets-mobile-acceptance / Netaxept-iOS-SDK

PiA Netaxept iOS SDK is a library that provides the native in-app interactions to accept payments with Netaxept directly from native iOS apps while minimizing PCI DSS requirements for you.
39 stars 7 forks source link

How to make sure 3D package is actually updated to latest #26

Closed Waltari10 closed 3 years ago

Waltari10 commented 3 years ago

We recently updated this package on iOS and Android to a version that supports 3D Secure version 2 protocol, since it's required after April 14th.

Now I'm wonder how to make sure the package was actually updated to latest version? I haven't found a way to verify this in the application itself. Payments seem to be going through as usual. Any way to check from package/app what version is actually running? Would be crappy if payments just stopped working on April 14th.

Miss-PiA commented 3 years ago

Hi,

You can try to print the below string and check the version number.

print(Pia.NPIPiaSemanticVersionString);