Hi there
Have two issues with adding request attachments using UI provided by the SDK:
UIViewController *requestScreen = [ZDKRequestUi buildRequestUiWith:@[]];
First, we can't see "Library" button if app originaly supported only landscape orientation and was rotated to show zendesk UI in portrait mode with this code:
[UIDevice.currentDevice setValue:@(newOrientation) forKey:@"orientation"];
[UIViewController attemptRotationToDeviceOrientation];
Now UI shows without "Library" button:
Second, we can't attach video files other than browsing them from saved in files through "..." button.
So, is it possible to solve this issues with already provided zendesk UI?
By the way is it normal that I get only black squares trying to add images to this post?