I'm getting an error on self.identifyResult.feature.attributes of "Property attributes not found on object type 'AGSGraphic'" on the 10.1.1 sdks what do i use in place of that?
AGisObject *gisObject = AM_AUTORELEASE([[AGisObject alloc]init]);
gisObject.layerId = [NSString stringWithFormat:@%d, self.identifyResult.layerId];
gisObject.objectId = [self.identifyResult.feature.attributes objectForKey:@OBJECTID];
gisObject.mapService = [self.identifyResult.feature.attributes objectForKey:@MAPSERVICE];
[self.record.agisObjects addObject:gisObject];