Search results for

“Apple Maps Guides”

155,782 results found

Post

Replies

Boosts

Views

Activity

Reply to AID A000000308000010000100 seems mandatory to communicate with any smart card through TKSmartCardSlotNFCSession
The thing is com.apple.developer.nfc.readersession.iso7816.select-identifiers Info.plist record is also needed in order to work with smart cards through CoreNFC API, but the specific A000000308000010000100 is not required in this record, whereas it seems to be the case with CryptoTokenKit API. It seems weird to me that this behavior occurs on every smart card, independently of what it contains, whereas an AID it the Info.plist record should be needed only if corresponds to an application in the smart card. I can ensure this issue happens on a smart card which does not contain any application with the A000000308000010000100 ID. I understand by reading the Apple documentation (https://support.apple.com/en-gb/guide/deployment/depd0b888248/web), that PIV smart cards have a native support from iOS 16.1. Thus, I believe it is not a coincidence that this AID, which seems to be mandatory for every smart card, is related to PIV. Could it be possible that there is a kind of system default CryptoTokenK
Topic: Privacy & Security SubTopic: General Tags:
2d
StoreKit / react-native-iap – Payment deducted but no transaction returned (India UPI users)
Hello, We are facing an issue with In-App Purchases (subscriptions) in two iOS apps built with React Native + react-native-iap. Issue Some users receive the error: E_CONNECTION_CLOSED during the purchase flow. However: The payment is successfully deducted via the App Store. The subscription appears in the user's Apple ID subscription list. But on our side: The app does not receive the StoreKit transaction callback No receipt or transaction ID is delivered Our backend cannot validate the purchase. Restore Purchases When affected users try Restore Purchases, StoreKit returns: No purchases found even though the subscription is visible in their Apple ID. Most affected users are from India, and many payments are made via UPI through App Store billing. Has anyone experienced a case where: *the user is charged *the subscription exists in Apple ID *but StoreKit never returns the transaction or receipt? Any suggestions on how to recover these transactions would be greatly appreciated. Thanks
1
0
112
2d
Reply to AID A000000308000010000100 seems mandatory to communicate with any smart card through TKSmartCardSlotNFCSession
I’m not entirely sure who allocates AID values, but some rummaging around on the ’net confirms that AID A000000308000010000100 is definitely associated with PIV. As to your current issue, the doc comments in for the -[TKSmartCardSlotManager createNFCSlotWithMessage:completion:] method says: Warning Caller requires com.apple.developer.nfc.readersession.iso7816.select-identifiers Info.plist record which specifies application identifiers of the NFC cards link which suggests that your solution is the right one. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Privacy & Security SubTopic: General Tags:
2d
Reply to Programmatic IP Discovery for VZVirtualMachine in an App Store Sandbox
OK. And sorry to keep asking questions, but I need to understand where you’re heading so that I can check if there’s a path forward. Consider this user scenario: The user creates a network in your app. They then create virtual machine A that uses that network. And set up a port forwarding for A. They then start A. Once A is up and running, they create a new virtual machine B. And configure it to use that same network. And set up a different port forwarding for B. Then, with A still running, they start B. Is that a realistic user scenario that you’re trying to support? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: App & System Services SubTopic: Core OS Tags:
2d
WorkoutKit WorkoutScheduler sync Broken with iOS 18.2 beta
WorkoutKit WorkoutScheduler seems broken with the first beta of iOS 18.2. I have tested using my app from Xcode and the one that is on the App Store (and working properly on other devices), and it's not working with this new beta of iOS. They appears in WorkoutScheduler.shared.scheduledWorkouts, but not on the watch. I even tried with other apps that do the same with Manual add to Apple Watch with SwiftUI workoutPreview work. Xcode 16.0 iOS 18.2 Beta 1 WatchOS 11.1
30
0
2.2k
2d
Reply to Notice of Termination. How to contact Apple and restore my account and apps?
I got the exact same mails and i got this mail today ' Thank you for your reply. As noted in the original notification, manipulating App Store chart rankings, user reviews, or search index is a violation of the Apple Developer Program License Agreement (DPLA) and may result in the loss of your Developer program membership. We suggest you conduct internal investigations to ensure you and any third-parties you may work with are in compliance with the DPLA and App Store Review Guidelines. We also encourage you to closely monitor your app activities. If you notice any unusual activity in the future, please follow these steps: Sign in to App Store Connect > Contact Us > Report a Concern > Report a Fraud Concern. We are unable to provide additional information at this time. Thank you for your efforts to make the App Store a safe and enjoyable experience for users and a great opportunity for all developers to be successful.' and I'm completely lost on what to do now. I had an app go viral and got m
2d
Notice of Termination. How to contact Apple and restore my account and apps?
Received email from Apple with title notification of apple Developer Program License Agreement (“DPLA”) violation. We're writing to inform you that your company isn't in compliance with the Apple Developer Program License Agreement (DPLA). Section 11.2 (Termination) states: (g) if You engage, or encourage others to engage, in any misleading, fraudulent, improper, unlawful or dishonest act relating to this Agreement, including, but not limited to, misrepresenting the nature of Your Application (e.g., hiding or trying to hide functionality from Apple’s review, falsifying consumer reviews for Your Application, engaging in payment fraud, etc.). Be aware that manipulating App Store chart rankings, user reviews or search index may result in the loss of your developer program membership. Please address this issue promptly. Same day i response that do not did any actions from this list or similar to them, describing every point. Next day i received response Thank you for your reply
3
0
1.5k
2d
Reply to Port forwarding with VZVmnetNetworkDeviceAttachment
Thanks for the clarification. Before we get further into this, I want to better understand the big picture. I’m already talking with you about this in your other thread. I’m going to follow up there shortly [1]. Once we drive that to a conclusion, I can come back here if necessary. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] Well, it’s be in an hour or so, because right now it’s lunchtime!
Topic: App & System Services SubTopic: Core OS Tags:
2d
Reply to DHCP broken when device wakeup
[quote='884410022, Richie_Wu, /thread/820894?answerId=884410022#884410022, /profile/Richie_Wu'] I am not able to reproduce it [/quote] Hmmm, that makes things tricky. My experience is that investigations like this go a lot quicker when the product developer is able to reproduce the problem. I recommend that you work with the affected customers to see if there’s anything unique about their environment than triggers the issue. You can approach this problem from both ends: Try to add stuff that they have to your environment. Try to remove stuf that you don’t have from their environment. I also recommend that you ask affected customers to retest with the latest seed of the macOS 26.5 beta. While I don’t have a specific bug fix I can point to, it’s a good idea in general. [quote='884410022, Richie_Wu, /thread/820894?answerId=884410022#884410022, /profile/Richie_Wu'] I shared few system diagnose logs in the FB ticket. [/quote] Thanks. I took a look at the sysdiagnose log and searched for the kernel: bpf26 attached
2d
Reply to A new coder wanting to learn
[quote='884401022, ParinK124, /thread/822456?answerId=884401022#884401022, /profile/ParinK124'] The app in general is slow. [/quote] Ah, OK. There are limits to what you can do about that. I use Swift Playground on my iPad (A16), and it’s not too bad. But there’s almost 5 years of CPU improvements between it and your iPad (8th gen). I think it’d be worthwhile you filing a bug about the performance problems you’re seeing. It’s possible that the Swift Playground team might be able to optimise things at their end. If your issues are general, attach a video recording of you using the app and then point out the parts where you think things are too slow. OTOH, if there’s an issue with some specific action, you can just describe that action in text. If you do provide a recording, record it from some other device, like your iPhone. Normally we suggest folks include a screen recording, but the act of recording the screen can hurt performance and thus undermine the thrust of your bug. If you do file a bug, please post
2d
Reply to autologin required inconsistent for virtualization
I'm using SSH into the host itself to try to use virtualization tools to run macOS VMs. OK. So lemme see if I understand this correctly: You have a host Mac. And a VM product that you can run as a command-line tool. You’ve configured that product to run a Mac guest. You SSH into that Mac to run your command-line tool. You’re testing two configurations. In the first, the host is configured to autologin to the GUI. In that case you’re able to consistently start the VM. In the second case… Actually, I’m not sure about this. Is the second case, do you: Manually log in to the host GUI, and then SSH in and run your test? Or not log in to the GUI at all, and then SSH in and run your test? ps It’s better to reply as a reply, rather than in the comments; see Quinn’s Top Ten DevForums Tips for this and other titbits. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: App & System Services SubTopic: Core OS Tags:
2d
Reply to Keychain errSecItemNotFound
[quote='884502022, iceboy, /thread/822626?answerId=884502022#884502022, /profile/iceboy'] If I do not set kSecAttrAccount right now, is it possible that I cannot read the keychain items correctly? [/quote] It’s hard to answer this because you’ve phrased it as a negative question. So, lemme rephrase it: If I’m using the data protection keychain (the default on iOS, something you have to opt in to on macOS), And I create a generic password keychain item without specifying kSecAttrAccount, Will I be able to access that item’s contents using SecItemCopyMatching? The answer to that is “Yes.” At the end of this post I’ve included some code that I used to test this. (Sorry it’s in Swift. I built this by cobbling together various existing bits of code that were all written in Swift, and I don’t have time today to convert them to Objective-C.) Having said that, my advice is that, when you creating a generic password item you always populate both kSecAttrService and kSecAttrAccount. If you don’t have a sensible value t
2d
Reply to App update showing status as "In review" for 17 days
@App Review My app (id 1611398578) is also stuck In Review for a week now after being approved. In App Store Connect -> App Review all the submissions show as Approved. I also got the email and notification that the submissions were approved a week ago (iOS and macOS). I contacted Apple Support and have two open case IDs (102865508515 and 102865870578). I was told the issue has been expedited but there are still no updates or replies from Apple at all and I am stuck and helpless. Any help would be greatly appreciated!
2d
Apple Developer Enrolment Issue
Hi, I've been trying to enrol for over a month and I keep bumping into a generic error message that doesn't really tell me what's wrong. I contacted support multiple times, also no response. This is very frustrating. Can someone look into my account and tell me what's wrong? I recently moved from the UK to the US but I already updated my profile with a US address, phone number and bank account so I'm not sure what the issue is.
2
0
109
2d
Reply to AID A000000308000010000100 seems mandatory to communicate with any smart card through TKSmartCardSlotNFCSession
The thing is com.apple.developer.nfc.readersession.iso7816.select-identifiers Info.plist record is also needed in order to work with smart cards through CoreNFC API, but the specific A000000308000010000100 is not required in this record, whereas it seems to be the case with CryptoTokenKit API. It seems weird to me that this behavior occurs on every smart card, independently of what it contains, whereas an AID it the Info.plist record should be needed only if corresponds to an application in the smart card. I can ensure this issue happens on a smart card which does not contain any application with the A000000308000010000100 ID. I understand by reading the Apple documentation (https://support.apple.com/en-gb/guide/deployment/depd0b888248/web), that PIV smart cards have a native support from iOS 16.1. Thus, I believe it is not a coincidence that this AID, which seems to be mandatory for every smart card, is related to PIV. Could it be possible that there is a kind of system default CryptoTokenK
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
2d
StoreKit / react-native-iap – Payment deducted but no transaction returned (India UPI users)
Hello, We are facing an issue with In-App Purchases (subscriptions) in two iOS apps built with React Native + react-native-iap. Issue Some users receive the error: E_CONNECTION_CLOSED during the purchase flow. However: The payment is successfully deducted via the App Store. The subscription appears in the user's Apple ID subscription list. But on our side: The app does not receive the StoreKit transaction callback No receipt or transaction ID is delivered Our backend cannot validate the purchase. Restore Purchases When affected users try Restore Purchases, StoreKit returns: No purchases found even though the subscription is visible in their Apple ID. Most affected users are from India, and many payments are made via UPI through App Store billing. Has anyone experienced a case where: *the user is charged *the subscription exists in Apple ID *but StoreKit never returns the transaction or receipt? Any suggestions on how to recover these transactions would be greatly appreciated. Thanks
Replies
1
Boosts
0
Views
112
Activity
2d
Reply to AID A000000308000010000100 seems mandatory to communicate with any smart card through TKSmartCardSlotNFCSession
I’m not entirely sure who allocates AID values, but some rummaging around on the ’net confirms that AID A000000308000010000100 is definitely associated with PIV. As to your current issue, the doc comments in for the -[TKSmartCardSlotManager createNFCSlotWithMessage:completion:] method says: Warning Caller requires com.apple.developer.nfc.readersession.iso7816.select-identifiers Info.plist record which specifies application identifiers of the NFC cards link which suggests that your solution is the right one. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
2d
Reply to Programmatic IP Discovery for VZVirtualMachine in an App Store Sandbox
OK. And sorry to keep asking questions, but I need to understand where you’re heading so that I can check if there’s a path forward. Consider this user scenario: The user creates a network in your app. They then create virtual machine A that uses that network. And set up a port forwarding for A. They then start A. Once A is up and running, they create a new virtual machine B. And configure it to use that same network. And set up a different port forwarding for B. Then, with A still running, they start B. Is that a realistic user scenario that you’re trying to support? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
2d
WorkoutKit WorkoutScheduler sync Broken with iOS 18.2 beta
WorkoutKit WorkoutScheduler seems broken with the first beta of iOS 18.2. I have tested using my app from Xcode and the one that is on the App Store (and working properly on other devices), and it's not working with this new beta of iOS. They appears in WorkoutScheduler.shared.scheduledWorkouts, but not on the watch. I even tried with other apps that do the same with Manual add to Apple Watch with SwiftUI workoutPreview work. Xcode 16.0 iOS 18.2 Beta 1 WatchOS 11.1
Replies
30
Boosts
0
Views
2.2k
Activity
2d
Reply to Notice of Termination. How to contact Apple and restore my account and apps?
I got the exact same mails and i got this mail today ' Thank you for your reply. As noted in the original notification, manipulating App Store chart rankings, user reviews, or search index is a violation of the Apple Developer Program License Agreement (DPLA) and may result in the loss of your Developer program membership. We suggest you conduct internal investigations to ensure you and any third-parties you may work with are in compliance with the DPLA and App Store Review Guidelines. We also encourage you to closely monitor your app activities. If you notice any unusual activity in the future, please follow these steps: Sign in to App Store Connect > Contact Us > Report a Concern > Report a Fraud Concern. We are unable to provide additional information at this time. Thank you for your efforts to make the App Store a safe and enjoyable experience for users and a great opportunity for all developers to be successful.' and I'm completely lost on what to do now. I had an app go viral and got m
Replies
Boosts
Views
Activity
2d
Notice of Termination. How to contact Apple and restore my account and apps?
Received email from Apple with title notification of apple Developer Program License Agreement (“DPLA”) violation. We're writing to inform you that your company isn't in compliance with the Apple Developer Program License Agreement (DPLA). Section 11.2 (Termination) states: (g) if You engage, or encourage others to engage, in any misleading, fraudulent, improper, unlawful or dishonest act relating to this Agreement, including, but not limited to, misrepresenting the nature of Your Application (e.g., hiding or trying to hide functionality from Apple’s review, falsifying consumer reviews for Your Application, engaging in payment fraud, etc.). Be aware that manipulating App Store chart rankings, user reviews or search index may result in the loss of your developer program membership. Please address this issue promptly. Same day i response that do not did any actions from this list or similar to them, describing every point. Next day i received response Thank you for your reply
Replies
3
Boosts
0
Views
1.5k
Activity
2d
Reply to Port forwarding with VZVmnetNetworkDeviceAttachment
Thanks for the clarification. Before we get further into this, I want to better understand the big picture. I’m already talking with you about this in your other thread. I’m going to follow up there shortly [1]. Once we drive that to a conclusion, I can come back here if necessary. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] Well, it’s be in an hour or so, because right now it’s lunchtime!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
2d
Reply to DHCP broken when device wakeup
[quote='884410022, Richie_Wu, /thread/820894?answerId=884410022#884410022, /profile/Richie_Wu'] I am not able to reproduce it [/quote] Hmmm, that makes things tricky. My experience is that investigations like this go a lot quicker when the product developer is able to reproduce the problem. I recommend that you work with the affected customers to see if there’s anything unique about their environment than triggers the issue. You can approach this problem from both ends: Try to add stuff that they have to your environment. Try to remove stuf that you don’t have from their environment. I also recommend that you ask affected customers to retest with the latest seed of the macOS 26.5 beta. While I don’t have a specific bug fix I can point to, it’s a good idea in general. [quote='884410022, Richie_Wu, /thread/820894?answerId=884410022#884410022, /profile/Richie_Wu'] I shared few system diagnose logs in the FB ticket. [/quote] Thanks. I took a look at the sysdiagnose log and searched for the kernel: bpf26 attached
Replies
Boosts
Views
Activity
2d
Reply to A new coder wanting to learn
[quote='884401022, ParinK124, /thread/822456?answerId=884401022#884401022, /profile/ParinK124'] The app in general is slow. [/quote] Ah, OK. There are limits to what you can do about that. I use Swift Playground on my iPad (A16), and it’s not too bad. But there’s almost 5 years of CPU improvements between it and your iPad (8th gen). I think it’d be worthwhile you filing a bug about the performance problems you’re seeing. It’s possible that the Swift Playground team might be able to optimise things at their end. If your issues are general, attach a video recording of you using the app and then point out the parts where you think things are too slow. OTOH, if there’s an issue with some specific action, you can just describe that action in text. If you do provide a recording, record it from some other device, like your iPhone. Normally we suggest folks include a screen recording, but the act of recording the screen can hurt performance and thus undermine the thrust of your bug. If you do file a bug, please post
Replies
Boosts
Views
Activity
2d
Reply to autologin required inconsistent for virtualization
I'm using SSH into the host itself to try to use virtualization tools to run macOS VMs. OK. So lemme see if I understand this correctly: You have a host Mac. And a VM product that you can run as a command-line tool. You’ve configured that product to run a Mac guest. You SSH into that Mac to run your command-line tool. You’re testing two configurations. In the first, the host is configured to autologin to the GUI. In that case you’re able to consistently start the VM. In the second case… Actually, I’m not sure about this. Is the second case, do you: Manually log in to the host GUI, and then SSH in and run your test? Or not log in to the GUI at all, and then SSH in and run your test? ps It’s better to reply as a reply, rather than in the comments; see Quinn’s Top Ten DevForums Tips for this and other titbits. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
2d
Reply to Keychain errSecItemNotFound
[quote='884502022, iceboy, /thread/822626?answerId=884502022#884502022, /profile/iceboy'] If I do not set kSecAttrAccount right now, is it possible that I cannot read the keychain items correctly? [/quote] It’s hard to answer this because you’ve phrased it as a negative question. So, lemme rephrase it: If I’m using the data protection keychain (the default on iOS, something you have to opt in to on macOS), And I create a generic password keychain item without specifying kSecAttrAccount, Will I be able to access that item’s contents using SecItemCopyMatching? The answer to that is “Yes.” At the end of this post I’ve included some code that I used to test this. (Sorry it’s in Swift. I built this by cobbling together various existing bits of code that were all written in Swift, and I don’t have time today to convert them to Objective-C.) Having said that, my advice is that, when you creating a generic password item you always populate both kSecAttrService and kSecAttrAccount. If you don’t have a sensible value t
Replies
Boosts
Views
Activity
2d
Reply to App update showing status as "In review" for 17 days
@App Review My app (id 1611398578) is also stuck In Review for a week now after being approved. In App Store Connect -> App Review all the submissions show as Approved. I also got the email and notification that the submissions were approved a week ago (iOS and macOS). I contacted Apple Support and have two open case IDs (102865508515 and 102865870578). I was told the issue has been expedited but there are still no updates or replies from Apple at all and I am stuck and helpless. Any help would be greatly appreciated!
Replies
Boosts
Views
Activity
2d
Reply to Delay in Developer Account Verification
Same here. WWDC is near but no one at Apple care about verification process.
Replies
Boosts
Views
Activity
2d
Apple Developer Enrolment Issue
Hi, I've been trying to enrol for over a month and I keep bumping into a generic error message that doesn't really tell me what's wrong. I contacted support multiple times, also no response. This is very frustrating. Can someone look into my account and tell me what's wrong? I recently moved from the UK to the US but I already updated my profile with a US address, phone number and bank account so I'm not sure what the issue is.
Replies
2
Boosts
0
Views
109
Activity
2d