#perqin
1 messages · Page 1 of 1 (latest)
Hey! Bit of a broad question! Is there a specific use case you're trying to account for?
I'm following this documentation: https://stripe.com/docs/terminal/payments/setup-reader/tap-on-mobile-ios
And in the "Discover readers" step, it shows the following code:
SCPDiscoveryConfiguration *config = [[SCPDiscoveryConfiguration alloc] initWithDiscoveryMethod:SCPDiscoveryMethodLocalMobile simulated:NO];
But I can't find the SCPDiscoveryMethodLocalMobile enum even after updating iOS terminal SDK to latest version.