-
Notifications
You must be signed in to change notification settings - Fork 213
Freezing on "Connecting..." for tvOS target #30
Comments
Thanks for reporting this, I will try to reproduce and report back |
Hey @loretoparisi , are you able to connect on the UWP side? Could you share a small repro that I could use to debug? I haven't been able to reproduce. For the callback uri for SoundCloud I've been using https://developers.soundcloud.com/callback.html |
@nmetulev did not try the UWP side. My soundcloud callback configuration points to http://localhost:8888/callback and the callback file is the example one on the page that you have just linked. I have also added a configured Twitter app account just to be sure to have all things set up. How can I help you to debug? |
Can you try pointing directly to https://developers.soundcloud.com/callback.html instead of a local page for your callback? |
So what I can see from the logs it's a sequence of bounces between
I have put |
Ah, I see, what is probably happening is the app can't connect to the app service and never enters here. I'd check to make sure your app service is working properly. You can also try to use the app service I have deployed here: http://music-app.azurewebsites.net/ |
I was able to build on Xamarin Studio/macOS for target tvOS simulator.
The build is ok. When the tvOS app starts it hangs while "connecting..."
I have a Soundcloud app configured (key and secret). My doubt is about the oAuth callback, that at this time does anything (just a localhost/callback uri) else than
The file is
index.html
server at http://localhost:8888/callbackI have specified Twitter consumer key, secret and callback as well.
The text was updated successfully, but these errors were encountered: