chandresh rana

Results 4 issues of chandresh rana

``` @persist('object') @observable dataObj = { employees: [], equipments: [], } ``` I have above persist observable object and its properties employees and equipments. When I push data in employees...

**I tried following for IOS:** ===================== First Method ============================= VersionCheck.getLatestVersion({ provider: 'appStore' // for Ios }) .then(latestVersion => { console.log(latestVersion); }); ===================== Second Method =========================== VersionCheck.getLatestVersion().then(latestVersion => { console.log(latestVersion); });...

![Simulator Screen Shot - iPhone 11 - 2020-05-09 at 20 17 00](https://user-images.githubusercontent.com/10288757/81476931-57f64980-9232-11ea-8e77-c0b9c47efa9a.png) ![Simulator Screen Shot - iPhone 11 - 2020-05-09 at 20 17 28](https://user-images.githubusercontent.com/10288757/81476933-5a58a380-9232-11ea-9a66-5c6a15984ee6.png)

Hi @redpandatronicsuk, I want to check app installed or not in device, not from APP_LIST I found these two methods in package for check IOS. But it's not work. FOR...