android - Why is my app not available for specific devices -


the why main point of question.

i know there's filtering system using requirements , features specified in androidmanifest.xml , furthermore 1 can manually exclude devices.

but, is there way find out, specific requirements or features lead exclusion?

in google developer console devices show "unsupported", without further information why not supported. i'm sure rejected reason. how find out reason? prefer more generic method, comparing each requirement , feature manifest file.

google developer console this example screen shot, , not indicate devices wish find out why they're excluded.

any highly appreciated! in advance.

there might methods in app don't meet minimum requirements(hardware or software, ex. ram,processor, api level or else) devices.

in case using third party libraries didn't support devices(on api level basis).


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -