gps - android publishing: app not compatible with many devices -
i publishing gps based app api 11+.i tested , developed on asus tf201(the notorious prime) , htc , samsung phones. in publish page-> device compatibility shows app not compatible tf201, while being compatible tf300, tf700 , tf201. experience, these devices have pretty same hardware , software, why tf201, tf300tg , tf101g excluded? because tf201 had gps removed specs list shortly after launch?(alum. body->no gps) can still used bluetooth antena, why exclude? also, tf300tg have functioning gps why incompatibility? writing google this, meanwhile want know if else encountered it
google determines if application compatible devices based on android manifest
. gps requires permission. android manifest
doesn't specify need either bluetooth or gps
, google server assumes need both application work. server makes sure conditions in manifest file satisfied. hence tf201 included in incompatible list.
Comments
Post a Comment