Post

Replies

Boosts

Views

Activity

Comment on Background Assets Mac (Designed for iPad)
I have confirmed the info.plist inside the .app bundle does contain the BAAppGroupID entry. Added print(Bundle.main.infoDictionary?["BAAppGroupID"] as Any) and confirmed that BAAppGroupID is in the plist Optional(group.co.myCompany.myApp) Yet, I am still getting the error. BackgroundAssets/AssetPackManager.swift:206: Fatal error: The app couldn’t be validated: The bundle’s info dictionary lacks a string value for the key “BAAppGroupID”.
Topic: App & System Services SubTopic: Core OS Tags:
May ’26
Comment on Background Assets Mac (Designed for iPad)
Hello, I am having problems downloading the asset with TF on the iPad and Mac. It works perfectly fine on the iPhone. I only have "iOS" under platforms in the asset packet manifest. Do I need to add MacOS or iPadOS? I am running iPad iOS 26.5 and Mac (designed for iPad) 26.3.1
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
1w
Comment on Background Assets Mac (Designed for iPad)
Found the culprit. I have renamed the application bundle identifier. If I revert it to the original identifier then it works. Why is that? Besides the "Signing & Capabilities" section where else do I need to update the bundle identifier?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’26
Comment on Background Assets Mac (Designed for iPad)
Just created brand new project and it works fine. Preparing that test project. Will take some time as I need to add changes incrementally.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’26
Comment on Background Assets Mac (Designed for iPad)
I have confirmed the info.plist inside the .app bundle does contain the BAAppGroupID entry. Added print(Bundle.main.infoDictionary?["BAAppGroupID"] as Any) and confirmed that BAAppGroupID is in the plist Optional(group.co.myCompany.myApp) Yet, I am still getting the error. BackgroundAssets/AssetPackManager.swift:206: Fatal error: The app couldn’t be validated: The bundle’s info dictionary lacks a string value for the key “BAAppGroupID”.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’26