1,167 questions
-1
votes
0
answers
56
views
Access to contacts stuck on "Private Access" in Swift/Objective-C IOS project in Settings > Privacy and Security -> my App
My app offers user the option to import Contacts. When you try to access Contacts, Apple shows its privacy dialog. Then if the user selects Allow Access and, in turn, Share All Contacts, full access ...
0
votes
0
answers
9
views
Protecting sensitive data in Sheets
I've a sheet say Data where resides all my data and formulas. Another tab say Search has the functionality to perform a search from Data and while doing so Search tab requires keyword entry and other ...
14
votes
1
answer
2k
views
"android.intent.action.MAIN" intent in queries element in AndroidManifest.xml
By including the following <intent> element within the <queries> tag in the AndroidManifest.xml file, I can access a list of all installed apps on a device:
<queries>
<intent&...
0
votes
0
answers
28
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 "...
2
votes
0
answers
541
views
iOS App Store Connect "ITMS-91061: Missing privacy manifest" for third-party SDKs .NET8 Maui [duplicate]
This seems to be a new requirement by Apple as of February 12th, 2025. Common third-party SDKs listed here now need their own privacy manifests that are signed by 'the same developer'.
I have been ...
1
vote
1
answer
79
views
Minimal Google Drive scope to select folder and move files there
I am writing a Google Workspace add-on where the script creates one Google Document for each line in a Google Sheet owned by the user. The Google Documents are saved in the root of the user's Google ...
0
votes
0
answers
13
views
Can Gradient Information Be Exposed in Vertical Federated Linear Regression Without Leaking Label Information?
In Vertical Federated Logistic Regression, suppose there are two parties, A and B, where Party B holds the label values. If Party A obtains the gradient information in plaintext, it can infer the ...
0
votes
1
answer
18
views
How Are Pente Privacy Groups Managed in Paladin
I am interested in understanding how Pente privacy groups are structured within the Paladin system. Specifically:
Are Pente privacy groups stored in memory, a database, or directly on the blockchain?
...
0
votes
0
answers
42
views
Data Privacy in Puppeteer: Does Any Data Survive Chrome Restart?
If I:
Launch Chrome via Puppeteer (puppeteer.launch()) and load some HTML (e.g., to create a PDF),
Then close the browser (browser.close()),
Then repeat the whole process (launch the browser again, ...
0
votes
0
answers
20
views
Apparently random, not reliably reproducible instances of Woo checkout storing one customer's data and presenting to next checkout visitor
In our WP/Woo ecommerce website, recently there are instances where a customer sees the previous customer's personal details at checkout. These are customers on their own devices in different ...
3
votes
3
answers
2k
views
ITMS-91056: Invalid privacy manifest
App Store Connect
Hello,
We noticed one or more issues with a recent submission for App Store review for the following app:
Qizlar Akademiyasi
Version 1.4.4
Build 13
Please correct the following ...
0
votes
1
answer
67
views
Cuda_thread privacy
//CUDA Code
if (comm < d_g.nodes) {
for (int node = d_community_pos[comm]; node < d_community_pos[comm + 1]; node++) {
for (int neighbor = d_g.out_col[d_community_list[node]];
...
0
votes
0
answers
112
views
How can I lock selective cells in an excel file using exceljs library in angular?
I am trying to lock specific cells(Row 1 & Column 1 cells) in the given code. The problem I am facing is that the whole sheet is getting locked instead of the specific cells. I have tried out ...
2
votes
2
answers
178
views
How can I programatically get which process is holding an open handle to my microphone?
I am writing a program that should do detection of camera/microphone use.
By leveraging the following registry key, I managed to get notified when a program is using my microphone:
HKEY_CURRENT_USER\...
2
votes
0
answers
861
views
Cross-Origin-Embedder-Policy (COEP) credentialless request to YouTube
I'm trying to serve HTML content that contains <iframe> element to embed content from YouTube. I would like to prevent YouTube from tracking my users on my site so I would want YouTube to be ...