sumup / sumup-android-sdk

Sample App for the SumUp Android SDK
Other
100 stars 29 forks source link

How to login without user interaction? #143

Closed jayjupdhig closed 3 years ago

jayjupdhig commented 3 years ago

How to login without user interaction?

alexschled commented 3 years ago

We struggled a little bit, too.

Just read this post Issue45

It's required to get in contact with sumup to activate the payment scope. Afterwards you simple request a token in your code and skip the user interaction

jayjupdhig commented 3 years ago

thx