I'm adding CloudKit to an existing OSX App I've created and looking to put it on the App Store. I need to know if I change the BundleID of the app will it effect CoreData retrieval? I have over 500 records in the current app and I don't want to lose them just to put it on the App Store. The reason for the question is..... I tried to add the Apps current BundleID in developer.apple.com Identifiers >>> AppleIDs and the bundleID is invalid. If I create a valid one will it screw up the records I currently have stored in CoreData and not be able to view the records I currently have? Hope that makes sense!
If it will effect the records I currently have, what can I do about it?