diff --git a/FAQ.md b/FAQ.md new file mode 100644 index 0000000..b62f158 --- /dev/null +++ b/FAQ.md @@ -0,0 +1,17 @@ +# Frequently asked questions + +### 1. The app downloads the update but it won't install the update? + + + +This happen when the app that you are testing in-app updates is **not signed with the same signing key** as the one available from +Google Play.The reason is android OS is not able to install the update as the app that you are testing is not signed.(ie using the debug +version) +#### Fix + +Generate a signed apk using the same signing key(key used to sign the app uploaded to Google Play) and install it in your device. This will +download and install the update. + +Generate a signed apk | Use the same signing key +:-------------------------:|:-------------------------: + |