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

Branch callback error with proguard #193

Open
sibichakravathy-s opened this issue Jun 5, 2021 · 0 comments
Open

Branch callback error with proguard #193

sibichakravathy-s opened this issue Jun 5, 2021 · 0 comments

Comments

@sibichakravathy-s
Copy link

sibichakravathy-s commented Jun 5, 2021

2021-06-05 17:48:50.838 27223 27307 Error Unity KeyNotFoundException: The given key was not present in the dictionary.
2021-06-05 17:48:50.838 27223 27307 Error Unity at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x00000] in <00000000000000000000000000000000>:0
2021-06-05 17:48:50.838 27223 27307 Error Unity at Branch._asyncCallbackWithParams (System.String callbackDictString) [0x00000] in <00000000000000000000000000000000>:0

so i tried to log it at _asyncCallbackWithParams 2021-06-05 17:48:50.831 27223 27307 Info Unity {"callbackId":"","error":"Warning. Session initialization already happened. To force a new session, set intent extra, "branch_force_new_session", to true."}

This error only happens when i install the game on my device through unity Build and Run and the game is installed and launched when the screen is locked. Everything works as intended without proguard though. everything is alright if it is launched when the screen is not locked.

It has the same behaviour even when i disable proguard on a new project. So i guess it is unrelated to proguard and it is normal behaviour?.

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

1 participant