Reputation: 3695
I try to using the open bank project (OBP) in my android app. I want to list banks and the user can choose one or more of them to own list.
For this I clone the example app by OBP: https://github.com/OpenBankProject/Hello-OBP-OAuth1.0a-Android
Here my steps:
what is the solution for this problem?
Upvotes: 0
Views: 362
Reputation: 1
You need set same app_name of your app in name="customAppProtocol">app_name¨ and create new register in open bank project with redirectURL = app_name:/ That work for me.
Upvotes: 0