I\'m creating a Firebase dynamic/deep link manually like this:
Uri BASE_URI = Uri.parse(\"http://example.com/\");
String packageName = getBaseContext().getPa
If you want to extract a text from the link text, use regex or get
at specific indexof
text.
This is how you can get the data from invitation: Reference
Intent intent = result.getInvitationIntent();
String deepLink = AppInviteReferral.getDeepLink(intent);
String invitationId = AppInviteReferral.getInvitationId(intent);
and it s better to paste whole error message.