Jörg Polakowski
Jörg Polakowski
  Thousands of log error entries like this. I'm happy to help debug this or provide more info.
Let's dissect this a bit, shall we? When using `AppAuth` in your iOS App, you would start your authentication: ``` let authorizationRequest = OIDAuthorizationRequest(....) OIDAuthState.authState(byPresenting: authorizationRequest) { authState, authError in...
Ok my mistake. The demo app works perfect. Sorry! However cloning the demo app (http://github.com/GreenAsJade/demo-s3-swf-upload/tree/master) and running it locally does not work. I setup my S3 bucket as described in...
Well I better not tell you what I did wrong. However it turned out that my uploaded "crossdomain.xml" was corrupt. When I checked http://s3.amazonaws.com/[bucketname]/crossdomain.xml my browser told my that its...
I fixed exactly this in my fork: http://github.com/leviathan/nvpolyline You can use my forked codebase starting from 3.x versions.
Maybe the `@available` checks are not needed, because the project settings already define the required minimum versions fro `Sendable`. 
@skreutzberger is this OK ?