Post

Replies

Boosts

Views

Activity

iCloud Container after App Transfer
I moved to another country and had to create a new legal entity there. So, I also transferred my app from my old legal entity to the new one. I cannot build my app on a device anymore because of the following errors: An iCloud Container with Identifier 'iCloud.com.xxx' is not available. Please enter a different string. No profiles for 'com.xxx' were found Xcode couldn't find any iOS App Development provisioning profiles matching 'com.xxx'. My app implements iCloud container and App groups for the Watch and Widget versions. It seems that these two capabilities are not handled correctly after the transfer. Any suggestions?
3
0
1.1k
Jan ’23
ShieldActionDelegate uses a different webDomain than the one I shielded
I shield a web domain picked by users like this (discouragedSelections is an instance of FamilyActivitySelection() btw) : let webDomainTokens = discouragedSelections.webDomainTokens store.shield.webDomains = webDomainTokens The domain is correcly shielded and I can see the restricted screen when I access it via Safari. When I tap on the main button of that restricted view, I receive a different token than the one I got from .webDomainTokens from the code above. Why? override func handle(action: ShieldAction, for webDomain: WebDomainToken, completionHandler: @escaping (ShieldActionResponse) -> Void) { // webDomain here is different from the one in store.shield.webDomains }
2
3
704
Aug ’24
iCloud Container after App Transfer
I moved to another country and had to create a new legal entity there. So, I also transferred my app from my old legal entity to the new one. I cannot build my app on a device anymore because of the following errors: An iCloud Container with Identifier 'iCloud.com.xxx' is not available. Please enter a different string. No profiles for 'com.xxx' were found Xcode couldn't find any iOS App Development provisioning profiles matching 'com.xxx'. My app implements iCloud container and App groups for the Watch and Widget versions. It seems that these two capabilities are not handled correctly after the transfer. Any suggestions?
Replies
3
Boosts
0
Views
1.1k
Activity
Jan ’23
ShieldActionDelegate uses a different webDomain than the one I shielded
I shield a web domain picked by users like this (discouragedSelections is an instance of FamilyActivitySelection() btw) : let webDomainTokens = discouragedSelections.webDomainTokens store.shield.webDomains = webDomainTokens The domain is correcly shielded and I can see the restricted screen when I access it via Safari. When I tap on the main button of that restricted view, I receive a different token than the one I got from .webDomainTokens from the code above. Why? override func handle(action: ShieldAction, for webDomain: WebDomainToken, completionHandler: @escaping (ShieldActionResponse) -> Void) { // webDomain here is different from the one in store.shield.webDomains }
Replies
2
Boosts
3
Views
704
Activity
Aug ’24
ShieldConfiguration not applied for some users
My app correctly applies the ShieldConfiguration template that I chose (icon, text, CTA, etc), but some users reported seeing the following default shield: With the default shield text that reads, "You cannot use AppName because it is restricted." Any idea why?
Replies
1
Boosts
0
Views
675
Activity
Aug ’24
Cannot apply treatment from screenshot A/B tests
Title says all, when I try to apply a treatment I get the following error message: Unable to Apply Treatment You must upload at least one screenshot for the primary language of your app before this treatment can be applied to the following: 3.7.7 Ready for Distribution Try again. Any clue?
Replies
0
Boosts
0
Views
643
Activity
Jul ’24