I am trying to implement Login with amazon using webview inside my android application.
No issue is, all my users are first time users. So they have to create new developer account.
Only way to do it is when user goes to login page, they have to click on "create new developer account".
But in this case, once user provide name, email id and password, application redirects it to android app home page. But As registration process is not complete, we do not get vendor_id and app crashes. Is there any way we can complete the registration process while user clicks on "create new developer account" and then only redirect them to application. is there any way possible?