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

(Play Store) Your device isn't compatible with this version #10

Open
Actualization opened this issue Nov 14, 2023 · 4 comments
Open

(Play Store) Your device isn't compatible with this version #10

Actualization opened this issue Nov 14, 2023 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@Actualization
Copy link

Actualization commented Nov 14, 2023

Accessing the play store entry listed from the Readme/ Github front page displays "Your device isn't compatible with this version." (This requires using the link to an on device browser and then letting it jump to the play store before or after hitting install. Incompatible apps aren't normally listed in the Play Store search it seems.) This seems to be the case across accounts and Android phones (all modern). I see that the app has been recently updated, are there additional requirements for Android phones or tablets?

@Foxpace
Copy link
Owner

Foxpace commented Nov 14, 2023

Hi. In accordance to Google Play store, more than 14000 devices are supported. I intentionally removed some watches (because of instable Android implementation) and all phones with larger screen formats as the UI is not adjusted for tablets and larger.

If the device is not a tablet, please post specific device and I can check the list, if it is there.

@Actualization
Copy link
Author

Actualization commented Nov 14, 2023

Thanks!
One of the phones is the Samsung Galaxy S23 Ultra, another is a Samsung Galaxy (unknown number S series but I can get it) Active.
Watches are Samsung Galaxy Watch 4s.

The install may be blocked by the lack of a compatible phone for me (models above). It might be a paired app situation where the watch might support the app but needs a compatible Android device to install the non Wear OS app on.

@Actualization
Copy link
Author

@Foxpace Just checking if there is any activity on this before timelines require us to move to other solutions. No pressure just checking in before switching up.

@Foxpace
Copy link
Owner

Foxpace commented Nov 28, 2023

Hi, sorry for late response again. I had hectic last couple of days.
I checked the device support. Support is absent because of forgotten screen size restriction in manifest here:

https://github.com/Foxpace/SensorBox/blob/master/app/src/main/AndroidManifest.xml

It is there, because the app had not supported the landscape UI for quite long time, but it has been added later on. So many people using tablet complained about it, so I put the restriction.

It is redundant now. Mainly with increased screen sizes since 2017 when I put it there 😄

I am not able to fix it till the end of the weekend, maybe next week, but no promise there too as I am busy with other app currently 😢 But definitely, I want to remove it.

@Foxpace Foxpace self-assigned this Nov 28, 2023
@Foxpace Foxpace added the bug Something isn't working label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants