Hi,
I'm trying to create a new profile from the app im creating for
iPhone.
I searched all the web and not found one example for objective-c
language. Is that possible?
I tried this but with no sucess.
GDataEntryHealthProfile *profileEntry =
[GDataEntryHealthProfile alloc];
GDataTextConstruct *title = [[GDataTextConstruct alloc] init];
[title setStringValue:@"John"];
[profileEntry setTitle:title];
NSURL *feedURL = [GDataServiceGoogleHealthSandbox
profileListFeedURL];
GDataServiceTicket *ticket;
ticket = [mHealthService fetchEntryByInsertingEntry:profileEntry
forFeedURL:feedURL
delegate:self
didFinishSelector:@selector(addEventTicket:addedEntry:error:)];
do I need to create some ccr data? if yes, I need just the name ,
birth date, sex and race.
Thanks in advance.
--
You received this message because you are subscribed to the Google Groups
"Google Health Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/googlehealthdevelopers?hl=en.