iOS Background Audio rejection.

Thierry Douez th.douez at gmail.com
Thu Oct 13 10:05:09 EDT 2016


Mmm, just did a test:

COPY:  ./Applications/LiveCode Indy
8.1.1(rc1).app/Contents/Runtime/iOS/Device-10.0/Settings.plist

INTO:    ~/Desktop/Info.plist

in BBEdit, edit   ./Desktop/Info.plist and add
    <key>Thierry</key>
        Douez

Here are the latest lines of this file:

    <key>UIFileSharingEnabled</key>
        ${FILE_SHARING}
    <key>UIPrerenderedIcon</key>
        ${PRE_RENDERED_ICON}
    <key>UIAppFonts</key>
    <array>
        ${CUSTOM_FONTS}
    </array>
    <key>Thierry</key>
        Douez
</dict>
</plist>

SAVE IT.

Then, in LC 8.1.1:

Open Standalone Applications Settings for Test4iOS

Go to Copy Files Tab:

Add : ~/Desktop/Info.plist

Save and build the iOS Test4iOS .app

Then, go where the app was built, and open "Test4iOS .app"

Open the Info.plist file, and here are the latest lines:


    <key>UIFileSharingEnabled</key>
        <false/>
    <key>UIPrerenderedIcon</key>
        <true/>
    <key>UIAppFonts</key>
    <array>

    </array>
    <key>Thierry</key>
        Douez
</dict>
</plist>


CQFD !

So, this recipe works !

Thierry




-----Original Message-----
> > On Thu, Oct 13, 2016 at 4:26 AM, Thierry Douez <th.douez at gmail.com>
> wrote:
> >
> >> Hi Phil,
> >>
> >> Did you try this recipe:
> >>
> >> Copy the template plist from LC.
> >>
> >> Edit it the way you like.
> >> .
> >> Name it Info.plist and add it to "copy files" tab in Standalone
> settings.
> >>
> >> ​Not sure if this still works....
> >>
> >> HTH,
> >>
> >> Thierry
>



More information about the use-livecode mailing list