How android app can detect what store installed it?

后端 未结 3 501
温柔的废话
温柔的废话 2020-12-24 08:56

I have app in Google Play, Amazon, Samsung Apps and I plan to upload to other stores. I do not wish to compile separate build for every store. Is there way to detect what st

3条回答
  •  春和景丽
    2020-12-24 09:27

    Not unless you make seperate builds. But with a good maven setup/ant script you could easely automate this process.

提交回复
热议问题