-
Notifications
You must be signed in to change notification settings - Fork 41
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
deep linking crash for referringApplication #133
Comments
This should also be fixed in the next update, which will be as soon as I can get testing completed and fully verify it. |
Thanks a lot |
It's the application ID for the app that sent the link ID, such as the web browser. I've now tested that events can be received without that value present, should be out soon. |
Soon unfortunately means first thing next year, due to a soft code freeze. Sorry for the misinformation😓. |
no worries |
In deep linking, I get an error here
in state.g.dart
DeepLinkData _$DeepLinkDataFromJson(Map<String, dynamic> json) => DeepLinkData(
json['referringApplication'] as String,
did I do something wrong to make
referringApplication
null?The text was updated successfully, but these errors were encountered: