devWaleed

Results 25 comments of devWaleed

Here is my code. I am using class based components. On my Home component/screen I am returning few views and TabView is one of them. I have used tabsSceneMap as...

Some similar issue here, getting the following response in console ``` {"other": {"updateIsAvailable": false}, "reason": "Couldn fetch the latest version", "shouldUpdate": false} ```

Bump! Facing same issue here. In app drawer I am displaying app version using DeviceInfo.getVersion(). When app is updated via this library, I close the app and start it again...

I found that calling installUpdate is important after download is complete. You have to start a listener and once app updates are downloaded you have trigger install function to install...

You cannot test the InAppUpdates without uploading it to Internal App Sharing or releasing it to production. If you use adb, you'll find the app signing fails somewhere that is...