Hi,
I'm using https://www.b4x.com/android/forum/t...pp-with-activityviewcontroller.73159/#content to share photos with other applications.
Have had it all working for some time but just now have discovered a problem.
If the photo is too large (ie pixels wide x pixel high - NOT file size) the share will fail to some apps with a log message:
viewServiceDidTerminateWithError:: Error Domain=_UIViewServiceInterfaceErrorDomain Code=3 "(null)" UserInfo={Message=Service Connection Interrupted}
However all I get from the _Complete event is a boolean success/failure which could also mean the user aborted the share.
I would like to be able to give the user the option to downsize the photo when this occurs but there does not appear to be a way to programmatically get the error message.
Any clues?
Thanks in anticipation...
I'm using https://www.b4x.com/android/forum/t...pp-with-activityviewcontroller.73159/#content to share photos with other applications.
Have had it all working for some time but just now have discovered a problem.
If the photo is too large (ie pixels wide x pixel high - NOT file size) the share will fail to some apps with a log message:
viewServiceDidTerminateWithError:: Error Domain=_UIViewServiceInterfaceErrorDomain Code=3 "(null)" UserInfo={Message=Service Connection Interrupted}
However all I get from the _Complete event is a boolean success/failure which could also mean the user aborted the share.
I would like to be able to give the user the option to downsize the photo when this occurs but there does not appear to be a way to programmatically get the error message.
Any clues?
Thanks in anticipation...