We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Team I am Unable to publish our app with URL of type:- msauth://io.app.hazardalert/M61nf%2BaC69kCXmFY1ejcX83rDNc%3D
msauth://io.app.hazardalert/M61nf%2BaC69kCXmFY1ejcX83rDNc%3D
After setting up the plugin my Manifest file looks like:-
<intent-filter> <action android:name="android.intent.action.VIEW" /> <category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.BROWSABLE" /> <data android:scheme="msauth://io.app.hazardalert/M61nf%2BaC69kCXmFY1ejcX83rDNc%3D" /> </intent-filter>
should I do anything extra in order to setup these kind of URLs with more than one word or this is enough.If not the problem is from the plugin itself
The text was updated successfully, but these errors were encountered:
You are putting the whole URL in there. You should only put the scheme. So in your case: <data android:scheme="msauth" />
<data android:scheme="msauth" />
Sorry, something went wrong.
No branches or pull requests
Team I am Unable to publish our app with URL of type:-
msauth://io.app.hazardalert/M61nf%2BaC69kCXmFY1ejcX83rDNc%3D
After setting up the plugin my Manifest file looks like:-
should I do anything extra in order to setup these kind of URLs with more than one word or this is enough.If not the problem is from the plugin itself
The text was updated successfully, but these errors were encountered: