Post

Replies

Boosts

Views

Activity

Reply to Transferring Apps with iCloud KVS
Same issue here, the only problem is that the provisioning profile that gets created automatically is getting created with the bundle id of the extension and not the main app. I am sure that it was the main app before the transfer since when i received the app from the old developer the .entitlement file had this: <key>com.apple.developer.ubiquity-kvstore-identifier</key> <string>$(TeamIdentifierPrefix)$(CFBundleIdentifier)</string> Let's say the CFBundleIdentifier is BUNDLEID Checking the provisioning profile that gets created on my account it has this: com.apple.developer.ubiquity-kvstore-identifier: OLD-TEAM.BUNDLEID.share it contains the share that is an extension target created in the project. I can now change my entitlement to be: <key>com.apple.developer.ubiquity-kvstore-identifier</key> <string>OLD-TEAM.$(CFBundleIdentifier).share</string> And it would create the archive and uploaded to App Store Connect, but it doesn't seem correct. How can i change the com.apple.developer.ubiquity-kvstore-identifier in the automatically generated provisioning profile so that it doesn't contain the .share at the end?
Topic: Graphics & Games SubTopic: GameKit Tags:
Apr ’24
Reply to Transferring Apps with iCloud KVS
Same issue here, the only problem is that the provisioning profile that gets created automatically is getting created with the bundle id of the extension and not the main app. I am sure that it was the main app before the transfer since when i received the app from the old developer the .entitlement file had this: <key>com.apple.developer.ubiquity-kvstore-identifier</key> <string>$(TeamIdentifierPrefix)$(CFBundleIdentifier)</string> Let's say the CFBundleIdentifier is BUNDLEID Checking the provisioning profile that gets created on my account it has this: com.apple.developer.ubiquity-kvstore-identifier: OLD-TEAM.BUNDLEID.share it contains the share that is an extension target created in the project. I can now change my entitlement to be: <key>com.apple.developer.ubiquity-kvstore-identifier</key> <string>OLD-TEAM.$(CFBundleIdentifier).share</string> And it would create the archive and uploaded to App Store Connect, but it doesn't seem correct. How can i change the com.apple.developer.ubiquity-kvstore-identifier in the automatically generated provisioning profile so that it doesn't contain the .share at the end?
Topic: Graphics & Games SubTopic: GameKit Tags:
Replies
Boosts
Views
Activity
Apr ’24
Reply to iOS 16 beta | UINavigationController / UINavigationBar title does not appear after being updated
Same issue for me: solved with k.wridan solution at the moment.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to Strange spike in downloads & Apple is telling me to address the issues
Do you have an update on this? How did it go?
Replies
Boosts
Views
Activity
Sep ’22
Reply to We are writing to inform you that your company is not in compliance with the Apple Developer Program License Agreement (PLA) Section 11.2.
So your account after 3 months is still active and the app reviews are going smooth?
Replies
Boosts
Views
Activity
Sep ’22
Reply to We are writing to inform you that your company is not in compliance with the Apple Developer Program License Agreement (PLA) Section 11.2.
Does someone have any update on this?
Replies
Boosts
Views
Activity
Sep ’22
Reply to Strange spike in downloads & Apple is telling me to address the issues
Do you have an update on this? How did it go?
Replies
Boosts
Views
Activity
Sep ’22
Reply to Delay is the publishing the app
Same issue here. Using the latest Xcode 13.3 I uploaded the app and it's processing since 5 days now
Replies
Boosts
Views
Activity
Apr ’22
Reply to App not processed due to app thinning with no variants
Same error here. App processing from days now :(
Replies
Boosts
Views
Activity
Apr ’22
Reply to Random crashes on Xcode 13
Same issue while performing this: let preferences = WKPreferences() <--- Thread 8: EXC_BREAKPOINT CRASH I'm on a 2019 MBP (not M1) and enabling "“Enable backtrace recording.”" didn't solve the problem.
Replies
Boosts
Views
Activity
Oct ’21
Reply to About using com.apple.developer.kernel.increased-memory-limit entitlement.
Hello! Did you find a solution to this?
Topic: Code Signing SubTopic: Entitlements Tags:
Replies
Boosts
Views
Activity
Sep ’21
Reply to Cannot remove App Privacy after removing AdMob and tracking
Same issue for me! I updated the app removing the NSUserTrackingUsageDescription from the info.plist but I can't remove it from the App Privacy information. App Review will reject my app so I don't know how to update it.
Replies
Boosts
Views
Activity
Jul ’21