Jörg Polakowski

Results 6 comments of Jörg Polakowski

![Screenshot 2020-03-21 20 26 32](https://user-images.githubusercontent.com/115210/77234930-45588000-6bb2-11ea-889d-60c086aafc2f.png) ![Screenshot 2020-03-21 20 27 55](https://user-images.githubusercontent.com/115210/77234964-75a01e80-6bb2-11ea-9639-1d2f25135f2a.png) 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.