I have an extension in my app that allows users to pick pictures or video of their 'Photos/Pictures' app to publish in my app.
I limit the number of pictures to 20 and the limit of videos to 1 by doing the following :
However, I want my users to select multiple pictures or only one video, which is not possible with this configuration.
I have read this post: NSExtension Share Extension limit Photos count
They explain that I can do a custom validation rule but I have no idea how to write it. Is there any other Activation parameter or can someone help with writing the rule?
Thanks in advance!