Re: Allowing incoming connections.

2010-03-25 Thread Chris Hanson
On Mar 24, 2010, at 1:15 AM, Ken Thomases wrote: > You can work around this by signing your app properly as part of building it, > but I'm not sure it's common to sign development builds. It’s somewhat common to sign debug builds of Internet applications, using a self-signing certificate: http

Re: Allowing incoming connections.

2010-03-24 Thread Ken Thomases
On Mar 24, 2010, at 2:50 AM, John C. Randolph wrote: > So, I've got this app that connects to RTSP streams, and I'd rather not nag > the user every time it's launched with that "Do you wan the application to > accept incoming network connections?" dialog box. Anyway to have the user > authori

Allowing incoming connections.

2010-03-24 Thread John C. Randolph
So, I've got this app that connects to RTSP streams, and I'd rather not nag the user every time it's launched with that "Do you wan the application to accept incoming network connections?" dialog box. Anyway to have the user authorize it once and have that authorization stick, or is this