Using the ContactUI framework CNContactViewController(forNewContact contact: CNContact?) to add a new contact to the ContactStore.
If the new contact does not have an attached image then the contact is saved correctly.
If the new contact DOES have an attached image then all entries in the phoneNumbers or emailAddresses array are doubled when written to the contactStore.
Viewing the contact via the Contacts app shows the duplications.
This is only happening on iOS26+. Earlier versions of the operating system do not show duplicates.
Has anyone else seen this issue?
Feedback reference: FB20910502
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
An SCNNode is created and used for either an SCNView or an SKView.
SceneKit and SpriteKit are using default values.
The SceneView has an SCNScene with a rootNode of the SCNNode.
The SpriteKitView has a SpriteKitScene with an SK3DNode that has an SCNScene with a rootNode of the SCNNode.
There is no other code changing or adding values.
Why are the colors for the SCNView less vibrant than the colors for the SKView?
Is there a default to change to make them equivalent, or another value to add? I have tried changing the default SCNMaterial but only succeeded in making the image black or dark.
Any help is appreciated.