This example demonstrates how the personalization key value storage settings affect mobile application behavior.
Personalization values are scoped to a named user. For example, the mobile application developer creates a weather application that includes a personalization key named "zipcode". In this example:
If John sets the zipcode to 94301 from his iPhone, the next time he views the weather application from his laptop, it shows the weather for Palo Alto instead of Dublin.
If the weather application used "GPSLocation" personalization key instead of zipcode, the weather application could retrieve current location using iOS native O/S calls to set the transient GPSLocation personalization value before synchronizing the weather MBO.