Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3768

Compiling an iOS app with UIBackgroundModes entitlement

$
0
0

Hi,

my app has to use background audio and everything works so far.

I created a info.plist File with background audio configured:

<key>UIBackgroundModes</key>
<array>
    <string>audio</string>
</array>

Trying to compile the app Xojo throws this error:

**The operation couldn’t be completed. 2024-12-19 17:05:43.573 xcodebuild[3676:212068] [MT] IDEDistribution: -[IDEDistributionLogging _createLoggingBundleAtPath:]: Created bundle at path "…
error: exportArchive Provisioning profile “…” doesn’t include the UIBackgroundModes entitlement.

I did a bit of research. Background modes are no entitlements that have to be configured in the App-ID on Apples developer portal. Xcode somehow integrates the entitlement into the provisioning profile on the fly when compiling the app.
How could I do this with Xojo?

3 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 3768

Trending Articles