[iOS] Shiny.Net.Http upload straight to onError #778
-
I'm setting up background uploads using Shiny.Net.Http. Everything is working fine on Android but when uploading files on iOS the I've added the following code to public override void HandleEventsForBackgroundUrl(UIApplication application, string sessionIdentifier, Action completionHandler)
{
this.ShinyHandleEventsForBackgroundUrl(sessionIdentifier, completionHandler);
} I think that's the only setup that needs to be done for iOS is that correct or am I missing something? Thanks in advance! Guido |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Are you using the "Shiny" package to generate the AppDelegate? |
Beta Was this translation helpful? Give feedback.
-
2.4 should resolve all of these issues as per #782 - thanks for all the help @GuidoNeele with this one! |
Beta Was this translation helpful? Give feedback.
2.4 should resolve all of these issues as per #782 - thanks for all the help @GuidoNeele with this one!