Skip to content

Commit

Permalink
Create FAQ.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SanojPunchihewa committed Sep 13, 2019
1 parent 76737de commit 96f608c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions FAQ.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Frequently asked questions

### 1. The app downloads the update but it won't install the update?

<img src="/images/gif/update-failed-install.gif" width="180">

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
:-------------------------:|:-------------------------:
<img src="/images/step2.jpg" width="250"> | <img src="/images/step3.jpg" width="250">

0 comments on commit 96f608c

Please sign in to comment.