Skip to content
New issue

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

Custom URL scheme with multiple words is not working #325

Open
Abhinav4952 opened this issue Aug 18, 2020 · 1 comment
Open

Custom URL scheme with multiple words is not working #325

Abhinav4952 opened this issue Aug 18, 2020 · 1 comment

Comments

@Abhinav4952
Copy link

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:-

<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

@soerenBoisen
Copy link

You are putting the whole URL in there. You should only put the scheme. So in your case:
<data android:scheme="msauth" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants