Saturday 15 September 2012

objective c - Reading and setting tags using the PodioKit -



objective c - Reading and setting tags using the PodioKit -

i seek set item's tags using podiokit-api in objective-c/cocoa. thing looks tags definition of

pktreferencetypetag

inside podiokit-pod. didn't find info within api manual. tag field not shown when walk through available fields either:

[[pktapp fetchappwithid:appid] oncomplete:^(pktapp *app, nserror *error) { _appfields = [app fields]; (pktappfield *pktappfield in _appfields) { nsstring *pktappfieldextid = [pktappfield externalid]; nslog(@"field_externalid %@", pktappfieldextid); } }];

maybe had same problem or has tip right direction...

thanks, michael / hamburg

sebastian podio here. tags not yet supported since sdk still in beta, , seek add together possible.

objective-c cocoa podio

No comments:

Post a Comment