#thiagomacauba88

1 messages · Page 1 of 1 (latest)

wanton dawnBOT
tired kayak
#

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)

tired kayak
#

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!

rigid glacier
#

yep, it worked.. thanks

tired kayak
#

great!

rigid glacier
#

another question 🙂

#

about this topic Entitlements and build file

tired kayak
#

what's the question exactly?

rigid glacier
#

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?

tired kayak
#

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?

rigid glacier
#

I just created the file

#

file.mobileprovision

#

so i just need to add in my project?