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
Replies
Boosts
Views
Activity
Same issue for me:
solved with k.wridan solution at the moment.
Do you have an update on this? How did it go?
So your account after 3 months is still active and the app reviews are going smooth?
Does someone have any update on this?
Do you have an update on this? How did it go?
Same issue here. Using the latest Xcode 13.3
I uploaded the app and it's processing since 5 days now
Same error here. App processing from days now :(
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.
Hello! Did you find a solution to this?
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.
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!
Same thing happened to me.. this is ridiculous!
So I'm not the only one having this issue at the moment. Write here if the situation gets solved.
This issue didn't get fixed yet. I have my screenshots stuck there and can't submit the app