#thiagomacauba88
1 messages · Page 1 of 1 (latest)
hi! what version of stripe-terminal-ios are you using?
I'd also suggest trying to change the completion into a variable and pass that instead of using an inline block, that's what we seem to do in our example app so it might be needed. So for example
let connectCompletion: ReaderCompletionBlock = { connectedReader, error in
...
...
}
Terminal.shared.connectLocalMobileReader(reader, delegate: self, connectionConfig: connectionConfig, completion: connectCompletion)
I don't know a huge amount about this beta really. Does trying what I mentioned above seem to help? If not, I'd suggest reaching back to whomever you worked with on getting access to the beta for support with it, maybe there's a bug or mistake in docs!
yep, it worked.. thanks
great!
what's the question exactly?
I've requested access to apple and received it.
Hi,
Your entitlement request for the Tap to Pay on iPhone has been granted with the Development Profile restriction.
Where can I access this one? because I'll need to put the file in the app, right?
I'm not really sure, this is not something I'm familiar with. What do you mean by "this one", what are you trying to access exactly?