Posts

Post marked as solved
2 Replies
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?
Post not yet marked as solved
4 Replies
Same issue here. Using the latest Xcode 13.3 I uploaded the app and it's processing since 5 days now
Post not yet marked as solved
9 Replies
Same error here. App processing from days now :(
Post marked as solved
3 Replies
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.
Post not yet marked as solved
28 Replies
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.
Post not yet marked as solved
23 Replies
No, Apple support will not transfer your app if it used iCloud entitlement in past. I am stuck with this problem and can't transfer my app to another account in any way. This is very strange and needs to be fixed!
Post marked as solved
15 Replies
Thank you for the reply Eskimo. I understand your point, I’m just trying to run a command and then I will figure it out. The issue is with launching the first command, and I’m probably doin something wrong from start.