Bug in Web Viewer Component After Exporting APK

Describe your issue

I have Added Web Viewer in for Login with Youtube/Google Process for my API Request app. It is Working Perfectly When I’m testing it in a companion.
but after Exporting APK its Showing Error: disallowed_useragent

Expected Behaviour

Work as in companion. because it’s working in companion.

Actual Behaviour

Showing Error:disallowed_useragent for on google login page

Show your Blocks

There no Problem in Blocks Because it’s working perfectly in companion

Android version

My Device Android Version is 6.0.1 I’m using Same Device for Companion and Final APK

2 Likes

Try this probably error of user agent after exporting apk
go to webviewer property and set User agent to this which is chrome used by google for authentication,

Mozilla/5.0 (Linux; Android 8.0.0;) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Mobile Safari/537.36

2 Likes

Means Just Copy Paste this 2 line in user Agent - okk

yes try this

1 Like

Thank you Very Much it’s Working…

then, change category to #discuss

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.