Open DaVinci9196 opened 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?
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.