python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is there a python package that can use app-specific password on iCloud/AppleId?
I want to enhance a component in a smart hub. It connects against iCloud to gather some data.
But do to the need of 2FA, it's very annoying to re-auth every couple of days.
Other services are able to ...
Christian Manivong
Votes: 0
Answers: 0
NSUbiquitousKeyValueStore API not working on macOS Monterey
My app uses iCloud key-value storage objective-c api as follows:
NSUbiquitousKeyValueStore* iCloudStorage = [NSUbiquitousKeyValueStore defaultStore];
[iCloudStorage synchronize];
[iCloudStorage setSt...
Vyacheslav Hrasiuk
Votes: 0
Answers: 0
google cloud function Compute engine python api not shutting down instance on call to stop as expected
I am using a google cloud function with python 3.9
My intention is to trigger this cloud function from an http trigger to stop a compute engine instance. The code for my cloud function is as below (e...
Yogesh Devi
Votes: 0
Answers: 1
Sync contacts to iCloud groups via API
Does Apple offer any API (that doesn't involve an iOS app) that allows contacts to be synced into iCloud and placed into specific groups?
Zachary Russell Heineman
Votes: 0
Answers: 1