So I have an app that takes in pictures. One of the features is you can go to the picture hub, select a picture and use the app extension to send that picture over to my app. The problem is when selecting a picture from the camera roll it always displays in landscape. Now when allowing users to take a picture in app I determined the orientation and fixed this problem using this solution:
I tried applying the same steps to the picture when they extend it to my app. It does not work though. After looking at it closer it seems that there is no info given when the picture is selected like there is when a picture is being taken.
Anyone know a fix?