Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

In our app we need to develop functionality like uploading photo to server which involves selection of photo from the photos gallery.

I came to know through stackoverflow that MultiSelectionPicture is possible. And they claim that they have application in AppStore.

My question is, If anybody knows that If I do take same approach will my application get approved ? or I have to give user options of selecting images one by one.

Please help.

share|improve this question
A downvote almost after year and half ! Weird... – Janak Nirmal Jan 30 at 9:22

1 Answer

up vote 1 down vote accepted

As long as that module you have linked to uses public API (which it seems to do as its only a mashup using the Assets Library framework ) then using it will not be the cause of your app being rejected.

However without doing a complete manual review of the source code you wont know. You could ask the people who made it.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.