-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
I'm testing an app using play-services-vision for face recognition and text recognition on different devices.
On a Huawei tablet running Android 7.0, the app was running fine, but after an automatic upgrade (to version 12.6.73 (040406-194189626) of the Play Services, isOperational() starts to return false (both FaceDetector and TextRecognizer methods). I've seen the same update on other devices, but without issues.
I go to Settings > Apps > Google Play Services and then Clear All Data. After that the app restarts and works well.
Then I reboot the device and isOperational() is returning false again! I've repeated this sequence many times, always with the same results: Clear All Data, Google Play Services ok; reboot device, Google Play Services failing.
Of course, I'm having the same issues with the Ocr Detector Sample app.
How can I explain this to the end user?!?!