In the V1 API, when using web authentication from iOS, there was an option at the bottom of the screen "New to Dropbox? Create an Account". In the V2 web authentication this has changed to "New to Dropbox? Get the App!" which redirects to the App Store.
This is problematic in that it adds complexity for a new (and possibly unsophisticated) user. Not only does this take them away from the calling app, they need to install the Dropbox app, open it, then create a Dropbox account then re-open the original app.
Contrast this with the V1 approach where the original app can authenticate in a web view, thus allowing the user to create an account and continue the authorisation process without ever leaving the app. This provides a much better onboarding experience for inexperienced users.
Is there a way to get this behavior in V2 ?
Many thanks
Steve