문제

Is it possible to determine the installation method of your Android application? Google Play, Amazon, manual install, bundled, etc and if so how? This is a similar quesiton to Detect if app was downloaded from Android Market but in this case the signatures would be the same.

도움이 되었습니까?

해결책

Just bake a value into the APK released to each store, indicating which store (or other distribution method) it is for. This same value could be used to configure all the changes required for that store.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top