Acknowledged

iOS mobile App cannot get app status on Fenix7X firmware 14.31

Hello, this is a repost of the one I made on the Fenix beta forum https://forums.garmin.com/beta-program/fenix-7-series/public-beta-reports/i/public-beta-14-xx/14-31-ios-mobile-app-cannot-get-apps-status

I updated my Fenix 7X to 14.31 yesterday and the companion app I develop on iOS does not get the apps installation status anymore. The function 

- (void)getAppStatus:(IQApp *)app completion:(void(^)(IQAppStatus *appStatus))completion; always completes with a null appStatus.

I also tried with the example from https://github.com/garmin/connectiq-companion-app-example-ios and I get the same results. I then tried with both my app and this example app on my old Fenix 5s (fw 24.10) and my Edge 1040 (FW 17.29), and it worked on both devices.