[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 requirement to use this build hint to permit HTTP requests seems 
> to have kicked
> in today.  I'm not sure if this is because of something apple changed or 
> something codenameone
> changed.
>
>
> ios.plistInject
>
> NSAppTransportSecurityNSAllowsArbitraryLoads
>
>
> No word yet on if apple will start giving grief when reviewing apps which 
> use this hint.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/e3ab2ef5-71a8-4400-81bb-fb940240f88f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 rejected 
for the most weird reasons, depending on which tester is reviewing, that's 
why I want to avoid any kind of problem in the first release. In my 
experience, updates are more easily approved.

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/1d970da1-a322-4b31-8ceb-d3a86cac1a71%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 and that there is no benefit to signing up or not which is reflected in 
the app. Ugh.

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/b1e95b54-eaa5-4ca3-80d9-a50d97d98e27%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/daceb6a5-08b2-46dc-a247-f1f6e8360f39%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.