Closed sebastiangrail closed 2 months ago
@joesus Is there anything blocking this from being merged? Also, do you happen to know why Apple imposes a limit in the first place?
@ryantobinmeta @yuriy-tolstoguzov Could one of you please have a look at this PR?
Thank you for the pull request! SLComposeViewController indeed ignores anything above 10 photos
@yuriy-tolstoguzov has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
@yuriy-tolstoguzov merged this pull request in facebook/facebook-ios-sdk@b07933dd69a56cf7ac3cc793a331bf4dadb556d6.
bug
for bug fixes)Pull Request Details
SLComposeViewController
has a limit of 10 images for sharing to Facebook. This PR increases the limit imposed byFBSDKShareKit
from 6 to 10 and clarifies the comment.Test Plan
Test Plan: Updated the current tests to reflect the change.