microg / GmsCore

Free implementation of Play Services
https://microg.org
Apache License 2.0
8.67k stars 1.73k forks source link

Fixed the pop-up window issue on Twitch #2622

Open DaVinci9196 opened 1 week ago

DaVinci9196 commented 1 week ago

image

mar-v-in commented 1 week ago

According to all documentation available, install_referrer is supposed to return an URL. I also don't see what's wrong in your screenshot. Can you describe the issue in more detail?

DaVinci9196 commented 1 week ago

According to all documentation available, install_referrer is supposed to return an URL. I also don't see what's wrong in your screenshot. Can you describe the issue in more detail?

After the application is cold started, this pop-up window does not exist on the gms phone. Through the corresponding underlying code, we can see that the install_referrer field does not contain a specific domain name. In addition, it was found at the SDK level that no splicing was performed after obtaining this field.

In fact, during the testing phase, we wrote a demo and integrated https://developer.android.com/google/play/installreferrer/library to run on a GMS phone, and also found that install_referrer did not have a domain name.