3,996 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
40
views
ContactServiesPlugin.Java issue
I am using contacts_service version 0.6.1
The problem is when I created an apk for my project there was one warning stating that ContactsServicePlugin.java uses or overrides a deprecated API.
Also I ...
0
votes
0
answers
59
views
Possible to force a system dialog requesting user permission to access contacts if current status in CNStore is determined
The first time an IOS app asks for permission to access contacts, the system opens a dialog with the options "Don't Allow" or "Continue".
If the user clicks if the user taps "...
1
vote
0
answers
119
views
How to remove quick share targets from Android (11) share sheet?
share sheet example
Disabling
android.permission.BIND_CHOOSER_TARGET_SERVICE
From apps services isn't working. Share targets still appears in share sheet.
So how to block them or remove the quick ...
1
vote
2
answers
61
views
Editing Contact in CNContactViewController Creates a New Contact Instead of Updating Existing
I'm opening the default iOS contact detail screen from my app using CNContactViewController. However, when the user edits the contact and saves it, instead of updating the existing contact, it creates ...
2
votes
2
answers
193
views
How to Determine if a Contact is Stored in iCloud, Google, or Another Account in Swift?
I am using CNContactStore to fetch contacts from an iOS device. While retrieving contacts, I want to check whether each contact is stored in iCloud, Google, Yahoo, or another account. However, I am ...
0
votes
1
answer
174
views
People API Contacts - GoogleJsonResponseException: Nonmetadata Error
I am new to coding and am attempting to use information in a Google Sheet to create a Google Contact. The code works, but I always get an error. Any help will be greatly appreciated.
Here is my code:
...
1
vote
2
answers
139
views
How to update a Google contact?
I have created a script that reads contact's info from a sheet and create a new contact in Google contacts. It works fine and end by saving in a second sheet the external contact ID, Resource name and ...
0
votes
0
answers
113
views
PHP Form Error -- mail funtion not working properly, eg [email protected] instead of sender
first post here, so will try and be as clear as possible.
Many years ago a friend wrote php code for my site to allow people to place orders via an online form, the results of which are then ...
0
votes
1
answer
91
views
ContactProviderManager() throws ContactProviderError.domainNotRegistered on initialization
I'm trying to develop a Contact Provider extension for my app. I've implemented the ContactItemEnumerator and have successfully tested it on an iOS Simulator, I can enable the extension, enumerate the ...
1
vote
2
answers
186
views
How to Retrieve Contacts from Directory Contact Folders in Microsoft Outlook Using Graph API?
In Microsoft Outlook, the Directory contains multiple contact folders, and each folder has its own set of contacts.
I want to fetch the contacts from the contact folders inside the Directory using ...
0
votes
1
answer
152
views
Move email addresses from a word document into a CSV for importing into contacts
I have a word document that has a long list of email addresses that were pasted in from Outlook. They are typically in the format "Persons name" ; with semicolons separating the different ...
-1
votes
1
answer
403
views
Delete personal contacts (stored) in an ExchangeOnline Mailbox using Powershell-Graph-API
until recently i used the following script (slightly modified...) to simply delete all contacts (...not just duplicates) in EXO mailboxes:
graph-Remove-Duplicate-Contacts.ps1
I am at a loss, because I ...
0
votes
1
answer
1k
views
How to Implement Limited Contact Picker in iOS 18 with CNContactPickerViewController?
I am currently using CNContactPickerViewController in my Swift app to allow users to select contacts. With the introduction of the new iOS 18 feature for Limited Contact Access, I want to modify my ...
0
votes
1
answer
94
views
Outlook graphQL Api reading contacts misses a lot of contacts
I developed a query for Outlook contacts using GraphQL via the API.
However, in the Outlook web interface, you can see that under 'All Contacts' there are many more contacts displayed than those I get ...
1
vote
0
answers
75
views
Tact: Error when transferring coins between wallets - What am I doing wrong?
I've been trying to write a simple contract in Tact to transfer coins from one wallet to another. The goal is to send a specified amount of coins to a fixed wallet address whenever a MyMessage message ...