Hi,
I m a little bit confused about newFetchInstanceAppDataRequest().
I think Instance Data is available only to the specific copy
of the application, means if i run my application on two different
accounts, for both accounts, if i made changes in that instance data
using one account then it should not reflect in other account. Am I
right here?
Suppose I want to create a datarequest
(newFetchInstanceAppDataRequest) with key "myName". I m updating
owner's name in this field when first time application loaded. But
after running the application on another account, i got the name of
second account rather than of first account when again run the
application on first account.
Please clear me what is newFetchInstanceAppDataRequest.