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

In android 10 can't open app from a firebase dynamic link(sumsang) #1087

Closed
ljzyljc opened this issue Mar 23, 2020 · 5 comments
Closed

In android 10 can't open app from a firebase dynamic link(sumsang) #1087

ljzyljc opened this issue Mar 23, 2020 · 5 comments

Comments

@ljzyljc
Copy link

ljzyljc commented Mar 23, 2020

In android 10 I can't open app from a firebase dynamic link(sumsang) when app is in background, but in android 9 or android 8 it can work, google has Restrictions on starting activities from the background(In android 10),firebase is google's product,so how should I do if I want to make the dynamic link can work in android 10,please help me,thanks!

@google-oss-bot
Copy link

This issue does not seem to follow the issue template. Make sure you provide all the required information.

@thatfiredev
Copy link
Member

@ljzyljc for that kind of situations, the Android Documentation recommends using Notifications instead. You can use the notification to launch a full screen Intent

@samtstern
Copy link
Contributor

Thanks for the quick answer @rosariopfernandes !

@ljzyljc
Copy link
Author

ljzyljc commented Apr 16, 2020

@rosariopfernandes thank you!

@ljzyljc
Copy link
Author

ljzyljc commented Apr 22, 2020

I have another question,If i click the dynamic link,use your recommend's way to create notification,but my app don't start,how should i create the notifictions?@rosariopfernandes

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

4 participants