ios upload image to facebook
问题 This is the most easy and simple code I have used to upload images to Facebook it works perfectly on my simulator and on my device in testing phase. But when I published my app to iTunes it 80% got crash and 20% made success to upload image to facebook. Why this is happening ? Xcode shows warning that "openActiveSessionWithPermissions is deprecated" if (FBSession.activeSession.isOpen) { [self UploadToFb]; } else // Take permissions { NSArray *permissions = [[NSArray alloc] initWithObjects: @