I want to know is there any API or piece of code to check weather a device is capable for Apple Pay.
I don't want to add static if else
to check.
As we know Apple Pay is supported with minimum iOS 8.3 and iPhone 5S and above.
I am showing informative images in my app and they should come only if device is capable of Apple Pay. Means it should not come for iPhone 4/4S or all other devices with iOS less than 8.3
As per apple the following methods help me identifing if device supports payments. (Not exactly what I am looking for)
+ canMakePayments
+ canMakePaymentsUsingNetworks:
+ canMakePaymentsUsingNetworks:capabilities:
any help please. thanks in advance.