android SODA app : redirect target=AUTH
-
Wednesday, July 11, 2012 4:48 PM
I want to use multi record from my SODA andriod app.
my app ID is e462caf4-7f11-45ce-b571-f04251fc9e27
If I tested in any browser with url : "https://account.healthvault-ppe.com/redirect.aspx?target=AUTH&targetqs=appid%3De462caf4-7f11-45ce-b571-f04251fc9e27%26forceappauth%3Dtrue%26ismra%3Dtrue"
I could see "https://account.healthvault-ppe.com/appselectrecord.aspx?appid=yyyy&forceappauth=true&ismra=true&apptoken=xxx" page and I could see multipul choice box.
but invalid application identifier error was displayed when I select continue.
also I tried same url from android emulator, invalid application identifier error was displayed immediately. "https://account.healthvault-ppe.com/redirect.aspx?target=AUTH&targetqs=appid%3De462caf4-7f11-45ce-b571-f04251fc9e27%26forceappauth%3Dtrue%26ismra%3Dtrue"
can I use multiple record from android SODA app?
- Edited by Aina Lee Tuesday, July 24, 2012 2:02 PM
All Replies
-
Wednesday, July 11, 2012 6:37 PM
The AppId you created in application configuration center is the master app id for your application. In the terms of SODA work, you create a child application per install of a SODA application. So every install of an application on a device has their own child application id.
When you go to app auth, you pass in your child application id which is what the user would authorize records to.
Our HealthVault android SDK I believe comes with sample code that will handle creating/authorizing child applications.
- Proposed As Answer by Ali EmamiMicrosoft Employee, Owner Friday, August 03, 2012 1:11 AM
-
Tuesday, July 24, 2012 3:38 PM
Thanks
now I can access multiple record.

