I'm using pinterest SDK on my iOS app. code example:
[pinterest createPinWithImageURL:[NSURL URLWithString:self.imageData.url]
sourceURL:[NSURL URLWithString:[NSString stringWithFormat:@"%@/pinterest.html?al_applink_data=type%%3Dimage%%26id%%3D%@",APPLINKS_LINK, self.imageData._id]]
description:@"blabla"];
For some reason the description is missing when I switch to the pinterest app.
(the URL is working - don't go there... :))
Anyone has an idea/encountered it?