[codenameone-discussions] Re: IOS "connection refused" for HTTP requests

2016-09-16 Thread Jérémy MARQUER
FYI, If you're on iOS 10, you can use the new key : NSAllowsLocalNetworking (see https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html). On Tuesday, August 30, 2016 at 7:47:40 PM UTC+2, Dave Dyer wrote: > > > The IOS

[codenameone-discussions] Re: IOS "connection refused" for HTTP requests

2016-09-01 Thread Carlos Verdier
Yes, I know I can add specific exceptions, but it won't work for me. I'm developing a magazine app where advertisers want their URLs open in an internal browser, so I can't possibly know what those webpages will be in advance. Anyway, I don't take anything for granted. As Shai say, you can be

[codenameone-discussions] Re: IOS "connection refused" for HTTP requests

2016-08-31 Thread Shai Almog
Generally when you add exceptions you need to explain why you asked for that exception. We just got a reject because kitchen sink had a link to codenameone.com which has a paid signup process... I am not kidding!!! I had to explain to the tester that this signup has nothing to do with the app

[codenameone-discussions] Re: IOS "connection refused" for HTTP requests

2016-08-31 Thread Carlos Verdier
I assume this is because you switched to the new Xcode version. Is iphone_old working? My builds are queued and can't get them compiled. Although I have a good reason to overcome the ssl security, i'd like to avoid this situation at least in the first release. -- You received this message