Reputation: 5084
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?
Upvotes: 1
Views: 236
Reputation: 5084
Well. Apparently it was a bug in the specific version of Pinterest app for iOS. Was fixed on 21/8. Too bad their support took 2 weeks to get back to me with this answer :(
Upvotes: 1