Demographic of requesting WeatherCondition
Hi Community,
I'm trying userContexSystem for fetching weather information and then work on that.
With some testing, I'm seeing that for many cases the weather information is not being fetched for some users while testing on my phone I can see it working totally fine.
my script goes like this
global.userContextSystem.requestWeatherCondition(function(weather) {
global.logToScreen(weather);
// switch case statements to execute based on weather conditions.
});
For this, it fails to log the weather information on the screen indicating that the function is not being executed.
Any kind of quick help would be appreciated.
Also, if the community knows any best practices and can share - to test such user contextual system over different conditions would be amazing.
Thanks
Update:
My preliminary testing makes me feel like it is working fine on iOS but not on Android.
Also, the weather sticker is not appearing on Android while it works perfectly on iOS.
Hi Chaitanya!
Can you try it again, it seems to work again for me. There was a brief hiccup earlier.
If you're still having issues, can you let us know?
Thank you,
Jonathan