I'm facing extremely strange issue with my Lumia 630:
I'm developer of Realarm app. I have downloaded an app to my phone from Store someday in May. It was version 0.9.4.0 that day. Since then I have updated my app couple of times and always downloaded actual version of app to my Lumia (currently version 0.9.7.0).
Today I have changed Regional settings in my phone from Slovak (sk-SK) to English-USA (en-US) which is also neutral culture in Realarm app. This change of region caused that Realarm no longer uses actual .xaml layouts but instead old version version of xaml is used! Of course that means app crashes when trying to open cerain pages (when there is some conflict between old .xaml - new model).
Another strange thing is that I do not experience this problem on my other phone HTC 8S with WP 8.1DP installed. But my friend with Lumia 820 and WP 8.1DP reports same issue so thus I think its Lumia issue. Edit: Same problem appears on my HTC 8S, when I switched from sk-SK to en-US regional settings.
This problem does not appear on Debug version of app, only on public version from Store.
Here are the images I took today:
Regional format on phone: sk-SK (or any other) - see upcoming features:
Regional format on phone: en-US (neutral culture) - see upcoming features:
Please ignore fact that version is 0.9.7.0 is the same on both of figures (version string is obtained in code). Take a notice at upcoming features, these strings are hardcoded in .xaml. While en-US regional format is set there are clearly missing new features (thats why I assume phone loads old version .xaml file). That fits to version 0.9.4.0 which is first version installed on phone. Also font seems being distorted as I have slightly changed styles in new version so old xaml no longer successfuly finds custom font.
I'm pretty sure I have cleared and rebuilt project in Visual Studio before submiting app to Store, so there should not be any cached files in .xap file. In addition, my friend - developer of Simple Tasks app - reports same issue with his app (on Lumia device).
Is there someone experiencing same issue or can explain this? Thanks
I'm developer of Realarm app. I have downloaded an app to my phone from Store someday in May. It was version 0.9.4.0 that day. Since then I have updated my app couple of times and always downloaded actual version of app to my Lumia (currently version 0.9.7.0).
Today I have changed Regional settings in my phone from Slovak (sk-SK) to English-USA (en-US) which is also neutral culture in Realarm app. This change of region caused that Realarm no longer uses actual .xaml layouts but instead old version version of xaml is used! Of course that means app crashes when trying to open cerain pages (when there is some conflict between old .xaml - new model).
Another strange thing is that I do not experience this problem on my other phone HTC 8S with WP 8.1DP installed. But my friend with Lumia 820 and WP 8.1DP reports same issue so thus I think its Lumia issue. Edit: Same problem appears on my HTC 8S, when I switched from sk-SK to en-US regional settings.
This problem does not appear on Debug version of app, only on public version from Store.
Here are the images I took today:
Regional format on phone: sk-SK (or any other) - see upcoming features:
Regional format on phone: en-US (neutral culture) - see upcoming features:
Please ignore fact that version is 0.9.7.0 is the same on both of figures (version string is obtained in code). Take a notice at upcoming features, these strings are hardcoded in .xaml. While en-US regional format is set there are clearly missing new features (thats why I assume phone loads old version .xaml file). That fits to version 0.9.4.0 which is first version installed on phone. Also font seems being distorted as I have slightly changed styles in new version so old xaml no longer successfuly finds custom font.
I'm pretty sure I have cleared and rebuilt project in Visual Studio before submiting app to Store, so there should not be any cached files in .xap file. In addition, my friend - developer of Simple Tasks app - reports same issue with his app (on Lumia device).
Is there someone experiencing same issue or can explain this? Thanks
Last edited: