Re: Apple Deprecated "UIApplicationExitsOnSuspend"

2020-03-11 Thread matthias rebbe via use-livecode
Good to know that it worked for you now.

Ralph method is better, because it has to be done once and  all created 
standalone now will contain the correct info.plist right away.

If i remember correctly then 9.6.0 dp3 will already include that modification.


-
Matthias Rebbe
Life Is Too Short For Boring Code

> Am 11.03.2020 um 00:35 schrieb Sannyasin Brahmanathaswami via use-livecode 
> :
> 
> Ha I should have waited for you... I edited the settings.plist in all 
> 
> ~/Applications/LiveCode Business 9.6.0 (dp 2).app/Contents/Tools/Runtime/iOS 
> # a six settings files
> 
> And used Ralph method
> 
> Edit the script of stack revSaveAsIosStandalone
> 
> And delete 1709
> 
> It worked. Transporter says "DELIVERED ON MAR 10...
> 
> YAY!   I try your method next time 
> 
> BR
> 
> 
> On 3/10/20, 1:15 PM, "use-livecode on behalf of matthias rebbe via 
> use-livecode"  use-livecode@lists.runrev.com> wrote:
> 
> 
> 
>> Am 10.03.2020 um 23:10 schrieb Sannyasin Brahmanathaswami via use-livecode 
>> :
>> 
>> If you can edit the pList on in standalone, we get another error on attempt 
>> thru Transporter:
> 
> 
>BR,
> 
>You cannot edit  the info.plist file directly in your standalone app 
> bundle. 
> 
>You have to copy that file to the outside of the app bundle, for example 
> to the desktop.
>Then edit that file on the desktop  and save it.
>Then go to Standalone Settings -> Copy Files and add that file (the one on 
> the desktop).
>Now create your app again. The new standalone will now contain your 
> modified info.plist file and the error should not come up when uploading to 
> Apple.
> 
>Regards,
> 
>Matthias
> 
> 
> 
>___
>use-livecode mailing list
>use-livecode@lists.runrev.com
>Please visit this url to subscribe, unsubscribe and manage your 
> subscription preferences:
>http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Apple Deprecated "UIApplicationExitsOnSuspend"

2020-03-10 Thread Sannyasin Brahmanathaswami via use-livecode
Ha I should have waited for you... I edited the settings.plist in all 

~/Applications/LiveCode Business 9.6.0 (dp 2).app/Contents/Tools/Runtime/iOS # 
a six settings files

And used Ralph method

Edit the script of stack revSaveAsIosStandalone

And delete 1709

It worked. Transporter says "DELIVERED ON MAR 10...

YAY!   I try your method next time 

BR


On 3/10/20, 1:15 PM, "use-livecode on behalf of matthias rebbe via 
use-livecode"  wrote:



> Am 10.03.2020 um 23:10 schrieb Sannyasin Brahmanathaswami via 
use-livecode :
> 
>  If you can edit the pList on in standalone, we get another error on 
attempt thru Transporter:


BR,

You cannot edit  the info.plist file directly in your standalone app 
bundle. 

You have to copy that file to the outside of the app bundle, for example to 
the desktop.
Then edit that file on the desktop  and save it.
Then go to Standalone Settings -> Copy Files and add that file (the one on 
the desktop).
Now create your app again. The new standalone will now contain your 
modified info.plist file and the error should not come up when uploading to 
Apple.

Regards,

Matthias



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Apple Deprecated "UIApplicationExitsOnSuspend"

2020-03-10 Thread matthias rebbe via use-livecode



> Am 10.03.2020 um 23:10 schrieb Sannyasin Brahmanathaswami via use-livecode 
> :
> 
>  If you can edit the pList on in standalone, we get another error on attempt 
> thru Transporter:


BR,

You cannot edit  the info.plist file directly in your standalone app bundle. 

You have to copy that file to the outside of the app bundle, for example to the 
desktop.
Then edit that file on the desktop  and save it.
Then go to Standalone Settings -> Copy Files and add that file (the one on the 
desktop).
Now create your app again. The new standalone will now contain your modified 
info.plist file and the error should not come up when uploading to Apple.

Regards,

Matthias



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


RE: Apple Deprecated "UIApplicationExitsOnSuspend"

2020-03-10 Thread Sannyasin Brahmanathaswami via use-livecode


   Apple is making it worse.

As March 10, the Transporter/App Store (it seems) will 

a) verify to app (I am on a new Mac with a fresh set of certs and 
provisioning profiles)
b) then, accept delivery of the app 
c) then respond with :"DELIVERRY FAILED ON MAR 10, 2020, AT 11:48 AM".   1 
Issue
d). ERROR ITMS-90339: "This bundle is invalid. The Info.plist contains an 
invalid key 'UIApplicationExitsOnSuspend' in bundle SivaSiva [SivaSiva.app]"

Usually after an hour or so, the build would appear, despite the error and 
you could go to TestFlight. Now after 3 hours, the build will not appear.

AND
 
If you can edit the pList on in standalone, we get another error on attempt 
thru Transporter:

ERROR ITMS-90035: "Invalid Signature. Invalid Info.plist (plist or 
signature have been modified). The file at path [SivaSiva.app/SivaSiva] is not 
properly signed. Make sure you have signed your application with a distribution 
certificate, not an ad hoc certificate or a development certificate. Verify 
that the code signing settings in Xcode are correct at the target level (which 
override any values at the project level). Additionally, make sure the bundle 
you are uploading was built using a Release target in Xcode, not a Simulator 
target. If you are certain your code signing settings are correct, choose 
"Clean All" in Xcode, delete the "build" directory in the Finder, and rebuild 
your release target. For more information, please consult 
https://developer.apple.com/library/ios/documentation/Security/Conceptual/CodeSigningGuide/Introduction/Introduction.html;

I guess I have to edit the .plist in the 9.6.dp2 build resources...

Another day lost to Apple


On 6/12/19, 11:31 AM, "Sannyasin Brahmanathaswami"  wrote:

Yes, I tried to re-upload after deleted in the key (without checking 
iTunes first) and it turns out the first app was accepted..., "redundant 
build'' on the 2nd attempt. I went into iTunesConnect and and the app is now in 
for review by the Lords of Apple.

Agreed. We need to find out what "gives" with this key being deleted.

Maybe we well get a "resume" message from  iOS to the LC in the 
engine... that would be interesting.

BR


On 6/12/19, 8:20 AM, "Ralph DiMola"  wrote:

Apparently ALL apps will NOT "exit on suspend" in iOS 12+. The real
question is if we eliminate this key too soon then what will 
happened to pre
iOS 12 installs? I think for now we should keep this key and live 
with the
warnings.
On 6/12/19, 8:20 AM, "Ralph DiMola"  wrote:

I had this problem last week. I have a ticket out but am unable to 
work on
it because our office is moving and we are in shambles. This is 
just a
warning and your .app will be processed and approved for submission 
for app
review. Apparently ALL apps will NOT "exit on suspend" in iOS 12+. 
The real
question is if we eliminate this key too soon then what will 
happened to pre
iOS 12 installs? I think for now we should keep this key and live 
with the
warnings.





___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Apple Deprecated "UIApplicationExitsOnSuspend"

2019-06-12 Thread Sannyasin Brahmanathaswami via use-livecode
Yes, I tried to re-upload after deleted in the key (without checking iTunes 
first) and it turns out the first app was accepted..., "redundant build'' on 
the 2nd attempt. I went into iTunesConnect and and the app is now in for review 
by the Lords of Apple.

Agreed. We need to find out what "gives" with this key being deleted.

Maybe we well get a "resume" message from  iOS to the LC in the engine... that 
would be interesting.

BR


On 6/12/19, 8:20 AM, "Ralph DiMola"  wrote:

Apparently ALL apps will NOT "exit on suspend" in iOS 12+. The real
question is if we eliminate this key too soon then what will happened to pre
iOS 12 installs? I think for now we should keep this key and live with the
warnings.
On 6/12/19, 8:20 AM, "Ralph DiMola"  wrote:

I had this problem last week. I have a ticket out but am unable to work on
it because our office is moving and we are in shambles. This is just a
warning and your .app will be processed and approved for submission for app
review. Apparently ALL apps will NOT "exit on suspend" in iOS 12+. The real
question is if we eliminate this key too soon then what will happened to pre
iOS 12 installs? I think for now we should keep this key and live with the
warnings.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

RE: Apple Deprecated "UIApplicationExitsOnSuspend"

2019-06-12 Thread Ralph DiMola via use-livecode
I had this problem last week. I have a ticket out but am unable to work on
it because our office is moving and we are in shambles. This is just a
warning and your .app will be processed and approved for submission for app
review. Apparently ALL apps will NOT "exit on suspend" in iOS 12+. The real
question is if we eliminate this key too soon then what will happened to pre
iOS 12 installs? I think for now we should keep this key and live with the
warnings.

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net

-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of Sannyasin Brahmanathaswami via use-livecode
Sent: Wednesday, June 12, 2019 2:01 PM
To: How LiveCode
Cc: Sannyasin Brahmanathaswami
Subject: Apple Deprecated "UIApplicationExitsOnSuspend"

About to publish an upgrade to our app.

I get this from the metadata analysis in "Applications Loader"

WARNING ITMS-90339: "Deprecated Info.plist Key. The Info.plist contains a
key 'UIApplicationExitsOnSuspend' in bundle SivaSiva [SivaSiva.app] that
will soon be unsupported. Remove the key, rebuild your app and resubmit."

Do we have a setting in the SA props to uncheck?
Or do we manually edit the .plist?

BR


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode