-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Implementation of Play Integrity API #2611
Comments
Additional information: "Error getting token from Google Binding to the service in the Play Store has failed. This can be due to having an old Play Store version on the device." |
Will this issue be solved by the pull request #2599 "Added Vending IntegrityService" and when will it be available to my "iodéOS"? (I know: silly question - but I really need it to migrate completly to my new smartphone...) |
Play Integrity is a major topic that's generally really hard to work on; I've personally spent a week on it to little avail in the past. However, #2599 seems to be in a working state, which is quite impressive. While we cannot provide an ETA, I would personally assume it to land in an official microG release in the next few months. We have no influence over when your custom OS will include this version in one of its releases. |
Hi fynngodau, thanks for information. Then I hope that it will be available in the (near) future and will close this issue. |
It's expected by December 8, 2024. It is likely that it will be postponed by a few days, though (like what happened with 0.3.4). |
This is already implemented in #2599 and it is available in the version 0.3.6 (or higher) of microG. |
microG just add support for the new API, whether it pass or not still depends from the ROM (if it doesn't pass, many times it can be fixed by specific Magisk modules but unfortunately on Huawei since you cannot unlock bootloader you can't use Magisk). |
So it depends on Huawei side? The only news is that with 0.3.6 now Play Integrity API Check app works (even if test fails). |
Is your feature request related to a problem? Please describe.
I have some important apps which rely on the play integrity checks, for example my "CamAPS FX" app to control my insuline pump and displaying values of my continious glucose measuring system. As I couldn't get the app run under the alternative operating system "iodéOS" (which uses microg-services) I contacted the developers of the app "CamAPS FX" and they told me that they use the google play integrity checks to ensure that the app was installed from the original Google Play Store without modification and that my smartphone (in my case a "Fairphone 5") isn't rooted or has an unlocked bootloader.
After intensive search in the internet I came to the conclusion that my enhancement/feature request "Implementation of "Integrity Check API"" is a general issue and that there are a lot of topics/issues demanding/requesting the implementation - but I fornd no solution.
Although I saw the issue #2050 "Binding to the service in the play store failed . This is due to having an old play store version installed on the device", I'm not sure which status this issue has (sorry, I'm not familiar with github and moving issues...).
Describe the solution you'd like
Implementation of "Integrity Check API"
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: