Hello,\I have a similar setup where the detailsView page can create a core data entry and save it, then I'm trying to get the screen to go back to the main view which is a table of all the data. When I use the close button it works to go back to the table, but when I use presentationMode.wrappedValue.dismiss() and save the core data object at the same time, it goes back to the table and then back to the detail view for some reason.
Post
Replies
Boosts
Views
Activity
This fixed my widgets. The same app when run from Xcode 14 stopped working because of this error "Widget archival failed due to image being too large"
I have added iCloud, Background Modes, and Push notifications. In iCloud I have ticked Key-Value storage, then selected the container, that same as for the iPhone app Target. In watchOS 9 my watch app docent have a .plist in the folder, it just has the Info tab but I can't see anything about iCloud in there.
Update: I found the entitlement file, Its the same for both. This is what it is set at for both the iPhone and Watch app - $(TeamIdentifierPrefix)$(CFBundleIdentifier)
Its set at $(TeamIdentifierPrefix)$(CFBundleIdentifier) for both iPhone and Watch App. But you're saying that it should theoretically work.
OKay THANKS, I went to the entitlements file for both apps (iOS & Apple Watch) and changed the store to the same value (Not <BUNDLE_ID> because that is different for each app) I just manually typed in my app bundle ID (iOS version) after $(TeamIdentifierPrefix), saved it ran it and its working correctly, THANKS
So will this instantly reveal the data when the device is unlocked by face the same as the Fitness (Activity) widget and Fitness Lock Screen widget?
Thanks, Kind of what I'm looking for but Ill have to work out why its not hidden to start with. It does work for tucking the button under when scrolling.
I will try the contact notes entitlement thing. I don't access a contacts notes and its when I'm creating a new contact the error occurs.
[api] **Attempt to write notes by a pre-Fall-2022 app **
[plugin] ..nil group
[plugin] ..h: nil group
[ABCDContact] An ABCDRecord is being saved without having a container assignment. Assigning the contact to <CNCDContainer 0x60000133a7c0 ab>.
(lib) Thread 1: EXC_BAD_ACCESS (code=1, address=0x49f330ba4290)
I can't really see in the developer portal under 'Edit your App ID Configuration' to add the Contact Notes entitlement. Can you tell me each step for navigating their site, its recently changed
https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_contacts_notes ?
Hello, Ive submitted a feedback and a sample project showing the error FB11721907 'CNSaveRequest failing on Ventura 13.0 (22A380)'
You were right in having been granted Notes Field Access for my app it is now working but it has created a whole lost of problems for my app because I don't know how to manually download and install provisioning profiles as Xcode was managing the profile. I enabled it in the developer portal and it stated working but If I add 'com.apple.developer.contacts.notes' Bool YES to my app without a manual profile the app dosnt launch, but then my app won't upload to the App Store for distribution.
Thanks for the suggestion I’ll check it out.
The links didn't help. If I try to encode CGfloat, CGPoint or CGSize in macOS I get this roadblock, in iOS it works. All other types of values, Int, Date, Double work as expected.
Thanks Working for ios15 devices