#perqin
1 messages · Page 1 of 1 (latest)
heya, lets continue in a new thread instead. Like my colleague asked previously, are you using objective C?
for easy reference, this was what was asked previously :
Hi, we're integrating the Tap on mobile for iOS. We update the StripeTerminal iOS SDK to 2.13.0 but cannot find the SCPDiscoveryMethodLocalMobile discovery option.
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.
Yes, we're using Objective-C
gimme a while, looking into this
is this what you're looking for? https://github.com/stripe/stripe-terminal-ios/blob/745eb2c996d1e66d363c5214b0894f1f7fb7aafd/PublicHeaders/SCPDiscoveryMethod.h#L88