Re: automated iOS rejection: Non-public API usage

2013-05-16 Thread Dave Kilroy2
5.n4.nabble.com/automated-iOS-rejection-Non-public-API-usage-tp4664353p4664977.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, un

Re: automated iOS rejection: Non-public API usage

2013-05-16 Thread Mark Talluto
If the bug is also present in version 5.5.4, there is the possibility RR will not go back to fix it there. That would be a business decision that has not been revealed to the public yet. Best regards, Mark Talluto http://www.canelasoftware.com On May 16, 2013, at 2:36 AM, Magicgate Softwa

Re: automated iOS rejection: Non-public API usage

2013-05-16 Thread Dave Kilroy
Hi Michael There is a quality.runrev.com section to the website where we can report bugs and get updates as to how progress is going on fixing them. As you are fairly new to LiveCode you may not have yet gone through the process of getting Heather to set up an account for you there (at least th

Re: automated iOS rejection: Non-public API usage

2013-05-15 Thread Magicgate Software - Skip Kimpel
So that will also mean that it will force all of us running the commercial version of 5.5.4 to pay for the new commercial version, right? SKIP On Wed, May 15, 2013 at 7:18 PM, J. Landman Gay wrote: > On 5/15/13 5:08 PM, Michael Hatch wrote: > >> I too have been effected by this issue. Having be

Re: automated iOS rejection: Non-public API usage

2013-05-15 Thread J. Landman Gay
On 5/15/13 5:08 PM, Michael Hatch wrote: I too have been effected by this issue. Having been in possession of the 5.5 iOS deployment option for only a little while, I'm quite bummed as it seems to have become obsolete. If someone knows or discovers a workaround in 5.5 It would save my project and

RE: automated iOS rejection: Non-public API usage

2013-05-15 Thread John Dixon
guys... tempus fugit ! > Date: Wed, 15 May 2013 15:08:52 -0700 > Subject: Re: automated iOS rejection: Non-public API usage > From: hatchfact...@gmail.com > To: use-livecode@lists.runrev.com > > I too have been effected by this issue. Having been in possession of the > 5.5 iOS de

Re: automated iOS rejection: Non-public API usage

2013-05-15 Thread Michael Hatch
I too have been effected by this issue. Having been in possession of the 5.5 iOS deployment option for only a little while, I'm quite bummed as it seems to have become obsolete. If someone knows or discovers a workaround in 5.5 It would save my project and make my month. On Mon, May 13, 2013 at 1

Re: automated iOS rejection: Non-public API usage

2013-05-13 Thread Dave Kilroy
I also have been bitten by this bug - at 04:20 this morning - I would be tearing my hair out but I have none left! Anyone got any information on when RunRev will put out a new version? Kind regards - Dave ___ use-livecode mailing list use-livecode@li

Re: automated iOS rejection: Non-public API usage

2013-05-09 Thread Mark Wilcox
evolut...@lists.runrev.com Sent: Thursday, 9 May 2013, 14:46 Subject: Re: automated iOS rejection: Non-public API usage Is there any way that I can work around this to fix it in my own app in the meantime?  I have an app that needs to be sent to iTunes but I have the same rejection happening!  (I

Re: automated iOS rejection: Non-public API usage

2013-05-09 Thread kellymdempewolf
!) Thanks! -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/automated-iOS-rejection-Non-public-API-usage-tp4664353p4664566.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list us

Re: automated iOS rejection: Non-public API usage

2013-05-08 Thread Mark Wilcox
I see RunRev have jumped on the bug report quickly, which is great, but Apple deprecated the UDID a very long time ago and recently gave fair advanced warning that they'd be rejecting any apps still using it from May 1st. Since I was able to find: engine/src/mbliphoneextra.mm:t_identifier = [[UI

Re: automated iOS rejection: Non-public API usage

2013-05-07 Thread Scott Morrow
Submitted bug report 10895 On May 7, 2013, at 4:30 PM, J. Landman Gay wrote: > On 5/7/13 3:45 AM, Scott Morrow wrote: >> When submitting an app for iOS the Application Loader completes >> successfully but shortly an email from Apple arrives exp

Re: automated iOS rejection: Non-public API usage

2013-05-07 Thread J. Landman Gay
On 5/7/13 3:45 AM, Scott Morrow wrote: When submitting an app for iOS the Application Loader completes successfully but shortly an email from Apple arrives explaining that the binary is invalid because: - Non-public API usage: • Apps are not permitted to

Re: automated iOS rejection: Non-public API usage

2013-05-07 Thread Ian Wood
I assume you've already checked that you're not calling any handlers that would call for the UDID? Access to it was restricted a while ago. Ian On 7 May 2013, at 09:45, Scott Morrow wrote: > When submitting an app for iOS the Application Loader completes successfully > but shortly an email fr

automated iOS rejection: Non-public API usage

2013-05-07 Thread Scott Morrow
When submitting an app for iOS the Application Loader completes successfully but shortly an email from Apple arrives explaining that the binary is invalid because: - Non-public API usage: • Apps are not permitted to access the UDID and must not us