Search results for

“Apple Maps Guides”

155,795 results found

Post

Replies

Boosts

Views

Activity

Help: Wrong Apple Developer Program Choice While Enrollment Is Processing
Hi everyone, I’m looking for advice regarding an Apple Developer Program enrollment issue. I recently submitted an enrollment request, which is currently still “processing.” However, I realized afterward that I selected the wrong enrollment option for my intended use (internal distribution). I have not completed the payment yet, and I’ve already contacted Apple Developer Support requesting to update or cancel the enrollment so I can choose the correct program but I haven’t received a response yet. Has anyone experienced something similar? Can Apple modify the enrollment before payment? Or is it better to just wait and let it expire, then reapply? Any guidance or shared experiences would be really helpful. Thanks in advance!
0
0
26
3d
Reply to Notarization stuck in “In Progress” for all submissions since April 4th
antho2305, I discussed your case with the notary team and the conclusion is that: While there were some transient issues caused by oddities at our end… This all falls into the category of the notary service ‘learning’ how to recognise your submissions. Your submissions should be flowing normally now, but if you continue to have problems please reply here with the details and I can take another look. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
3d
Reply to Does Review team have a right to demand video?
@Tomato, I should mention that I already provided them a video, voluntarily, showing my app on my watch via screen sharing. So the fact they demand more is a sign of a shark strategy. They feel my desire to comply (blood) and attack with endless requirements. If I agree they'd demand another video with different equipment, and so on and so forth. Another problem is fully practical. The video requires Apple Watch + equipment (e.g. Mac Book) + camera. I simply can't do it in a good enough quality with my two hands. I need to hire a professional for that which is hard for an Individual Developer. Much easier would be reject and reapply hoping for a different reviewer. And finally I would note that I have competitors who perform worse than HeartBLE and I doubt any of them was forced to make a video. The real problem which blows their mind is the monetization. I selected the XX-day Trial + non-consumable model. Just wanted to give it a try, get some experience. Turns out reviewers hate it (or simply not f
3d
Reply to A new coder wanting to learn
[quote='884303022, ParinK124, /thread/822456?answerId=884303022#884303022, /profile/ParinK124'] it is a bit slow. [/quote] Which bit? The Swift Playground app? Or your code running within the Swift Playground app? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
3d
Reply to Port forwarding with VZVmnetNetworkDeviceAttachment
[quote='822658021, rbmanian75, /thread/822658, /profile/rbmanian75'] Is there anything i am doing wrong? [/quote] It’s hard to say without more context. Specifically: What network have you assigned to the interface? Has the guest successfully acquired an IP address? Does that IP address match the IP address you’re passing in here (ipAddr)? What value as you using for guestPort? Are you sure that the guest is listening on the port? If you run a command on the guest to connect to it’s IP address and port (so ipAddr and guestPort), does that go through? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: App & System Services SubTopic: Core OS Tags:
3d
Reply to Programmatic IP Discovery for VZVirtualMachine in an App Store Sandbox
[quote='884242022, rbmanian75, /thread/822025?answerId=884242022#884242022, /profile/rbmanian75'] But i dont want to have a different subnet for each vm. [/quote] Why is that? Are you expecting the VMs to communicate with each other? Or is there some other reason? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: App & System Services SubTopic: Core OS Tags:
3d
Reply to Provisioning profiles marked "Ineligible" for Contactless Pass Provisioning even though entitlement is present in profile
[quote='884233022, DTS Engineer, /thread/821961?answerId=884233022#884233022'] I’m talking with the right folks about this [/quote] I now have specific advice for folks in this situation: Please re-apply for the Contactless Pass Provisioning capability. The approval folks will then assign you the Contactless Pass Provisioning (deprecated) capability, which you can use right now. Once this Xcode issue is resolved (FB22439399), they will assign you the newer Contactless Pass Provisioning (SharableCredential) to use going forward. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
3d
Reply to Calling SecKeychainUnlock with a locked keychain and an invalid password returns errSecSuccess on macOS 26.4
[quote='884266022, oleksandr91, /thread/821894?answerId=884266022#884266022, /profile/oleksandr91'] Does it mean that Keychain Access is using some other private API that we are not allowed to use? [/quote] Private APIs aren’t thing. Rather, there are APIs and there are implementation details (-: Keychain Access is built in to the system, so it isn’t restricted to APIs. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Privacy & Security SubTopic: General Tags:
3d
Reply to Keychain errSecItemNotFound
[quote='884334022, iceboy, /thread/822626?answerId=884334022#884334022, /profile/iceboy'] I am using the iOS platform. [/quote] Cool. iOS only has one keychain implementation, equivalent to the data protection keychain on macOS, and that simplifies your life. [quote='884334022, iceboy, /thread/822626?answerId=884334022#884334022, /profile/iceboy'] I did not set kSecAttrAccount and kSecAttrAccessible when saving data on older iOS versions. [/quote] kSecAttrAccessible is unlikely to be the problem: Your current code leaves out that attribute from the query and return dictionary you pass to SecItemCopyMatching. In that context a missing attribute is treated as wildcard, so it’ll make any item regardless of what it’s kSecAttrAccessible value is. If the value is not present in the add dictionary you pass to SecItemAdd, the system will default to using no value for kSecAttrAccessible and, assuming there’s no kSecAttrAccessGroup attribute, it’ll place the item in your app’s default keychain access group. Sharing acc
3d
Trying to renew apple developer account after 2 years expiration
I recently renewed my Apple Developer account after a 2-year expiration and updated my payment details. I also received the new license agreement and accepted it. However, my account is still not marked as active, and I’m currently unable to deploy my app via TestFlight. I have already tried contacting support via email and phone but have not received a response yet. This issue is blocking our development and release process. Could you please advise on how to resolve this or escalate the case? Thank you in advance for your support.
0
0
27
3d
watchOS VoIP App: Incoming Calls?
Hello! I’m building a VoIP app for iPhone and Apple Watch using PushKit and CallKit. I’m trying to understand the recommended watchOS architecture for this kind of setup. What we would like is for the watch to behave as an endpoint for incoming calls, so that when a call comes in the user can answer on either the iPhone or the watch. My understanding is that VoIP notifications are not supported on watchOS, so for incoming calls what we ended up having to do was send the watch a regular APNs alert notification and only start the actual call setup after the user interacts with it. This isn’t ideal, and the notification often appears a few seconds late. What we would like to be able to do is present the incoming call on the watch more like how FaceTime calls appear on Apple Watch. So I wanted to ask whether this is the intended pattern for a companion watchOS VoIP app. Is using a regular APNs alert notification the correct way to surface an incoming call on the watch, or is there a better suppo
3
0
73
3d
Help: Wrong Apple Developer Program Choice While Enrollment Is Processing
Hi everyone, I’m looking for advice regarding an Apple Developer Program enrollment issue. I recently submitted an enrollment request, which is currently still “processing.” However, I realized afterward that I selected the wrong enrollment option for my intended use (internal distribution). I have not completed the payment yet, and I’ve already contacted Apple Developer Support requesting to update or cancel the enrollment so I can choose the correct program but I haven’t received a response yet. Has anyone experienced something similar? Can Apple modify the enrollment before payment? Or is it better to just wait and let it expire, then reapply? Any guidance or shared experiences would be really helpful. Thanks in advance!
Replies
0
Boosts
0
Views
26
Activity
3d
Reply to Does Review team have a right to demand video?
Here's the video I initially shared with them. It's recorded via Apple Watch > iPhone screen sharing. And they believe this is a simulator, lol https://youtu.be/izXpnEZCCp4
Replies
Boosts
Views
Activity
3d
Reply to Xcode now hangs; SDKs are "status unavailable"
My Mac Mini crashed and restarted, and the SDKs are all broken again. I am going to have to spend another hour with SIP etc to get this working. Can Apple acknowledge this is a real issue they are working on resolving please? It's an intolerable situation.
Replies
Boosts
Views
Activity
3d
Reply to Notarization stuck in “In Progress” for all submissions since April 4th
antho2305, I discussed your case with the notary team and the conclusion is that: While there were some transient issues caused by oddities at our end… This all falls into the category of the notary service ‘learning’ how to recognise your submissions. Your submissions should be flowing normally now, but if you continue to have problems please reply here with the details and I can take another look. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Replies
Boosts
Views
Activity
3d
Reply to Does Review team have a right to demand video?
@Tomato, I should mention that I already provided them a video, voluntarily, showing my app on my watch via screen sharing. So the fact they demand more is a sign of a shark strategy. They feel my desire to comply (blood) and attack with endless requirements. If I agree they'd demand another video with different equipment, and so on and so forth. Another problem is fully practical. The video requires Apple Watch + equipment (e.g. Mac Book) + camera. I simply can't do it in a good enough quality with my two hands. I need to hire a professional for that which is hard for an Individual Developer. Much easier would be reject and reapply hoping for a different reviewer. And finally I would note that I have competitors who perform worse than HeartBLE and I doubt any of them was forced to make a video. The real problem which blows their mind is the monetization. I selected the XX-day Trial + non-consumable model. Just wanted to give it a try, get some experience. Turns out reviewers hate it (or simply not f
Replies
Boosts
Views
Activity
3d
Reply to A new coder wanting to learn
[quote='884303022, ParinK124, /thread/822456?answerId=884303022#884303022, /profile/ParinK124'] it is a bit slow. [/quote] Which bit? The Swift Playground app? Or your code running within the Swift Playground app? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Replies
Boosts
Views
Activity
3d
Reply to autologin required inconsistent for virtualization
Are you talking about auto login on the guest? Or the host? Are you trying these operations from a GUI login session? Or doing something outside of a GUI login session, for example, from a launchd daemon? 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
3d
Reply to Port forwarding with VZVmnetNetworkDeviceAttachment
[quote='822658021, rbmanian75, /thread/822658, /profile/rbmanian75'] Is there anything i am doing wrong? [/quote] It’s hard to say without more context. Specifically: What network have you assigned to the interface? Has the guest successfully acquired an IP address? Does that IP address match the IP address you’re passing in here (ipAddr)? What value as you using for guestPort? Are you sure that the guest is listening on the port? If you run a command on the guest to connect to it’s IP address and port (so ipAddr and guestPort), does that go through? 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
3d
Reply to Programmatic IP Discovery for VZVirtualMachine in an App Store Sandbox
[quote='884242022, rbmanian75, /thread/822025?answerId=884242022#884242022, /profile/rbmanian75'] But i dont want to have a different subnet for each vm. [/quote] Why is that? Are you expecting the VMs to communicate with each other? Or is there some other reason? 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
3d
Reply to Provisioning profiles marked "Ineligible" for Contactless Pass Provisioning even though entitlement is present in profile
[quote='884233022, DTS Engineer, /thread/821961?answerId=884233022#884233022'] I’m talking with the right folks about this [/quote] I now have specific advice for folks in this situation: Please re-apply for the Contactless Pass Provisioning capability. The approval folks will then assign you the Contactless Pass Provisioning (deprecated) capability, which you can use right now. Once this Xcode issue is resolved (FB22439399), they will assign you the newer Contactless Pass Provisioning (SharableCredential) to use going forward. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Replies
Boosts
Views
Activity
3d
Reply to Calling SecKeychainUnlock with a locked keychain and an invalid password returns errSecSuccess on macOS 26.4
[quote='884266022, oleksandr91, /thread/821894?answerId=884266022#884266022, /profile/oleksandr91'] Does it mean that Keychain Access is using some other private API that we are not allowed to use? [/quote] Private APIs aren’t thing. Rather, there are APIs and there are implementation details (-: Keychain Access is built in to the system, so it isn’t restricted to APIs. 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
3d
Reply to Keychain errSecItemNotFound
[quote='884334022, iceboy, /thread/822626?answerId=884334022#884334022, /profile/iceboy'] I am using the iOS platform. [/quote] Cool. iOS only has one keychain implementation, equivalent to the data protection keychain on macOS, and that simplifies your life. [quote='884334022, iceboy, /thread/822626?answerId=884334022#884334022, /profile/iceboy'] I did not set kSecAttrAccount and kSecAttrAccessible when saving data on older iOS versions. [/quote] kSecAttrAccessible is unlikely to be the problem: Your current code leaves out that attribute from the query and return dictionary you pass to SecItemCopyMatching. In that context a missing attribute is treated as wildcard, so it’ll make any item regardless of what it’s kSecAttrAccessible value is. If the value is not present in the add dictionary you pass to SecItemAdd, the system will default to using no value for kSecAttrAccessible and, assuming there’s no kSecAttrAccessGroup attribute, it’ll place the item in your app’s default keychain access group. Sharing acc
Replies
Boosts
Views
Activity
3d
Trying to renew apple developer account after 2 years expiration
I recently renewed my Apple Developer account after a 2-year expiration and updated my payment details. I also received the new license agreement and accepted it. However, my account is still not marked as active, and I’m currently unable to deploy my app via TestFlight. I have already tried contacting support via email and phone but have not received a response yet. This issue is blocking our development and release process. Could you please advise on how to resolve this or escalate the case? Thank you in advance for your support.
Replies
0
Boosts
0
Views
27
Activity
3d
Unable to Enrol to Apple Developer Program
I'm unable to enrol into the Apple Developer Program, I tried it one, and then the button was disabled after. I'm also unable to access it via the website, please any help.
Replies
0
Boosts
0
Views
42
Activity
3d
watchOS VoIP App: Incoming Calls?
Hello! I’m building a VoIP app for iPhone and Apple Watch using PushKit and CallKit. I’m trying to understand the recommended watchOS architecture for this kind of setup. What we would like is for the watch to behave as an endpoint for incoming calls, so that when a call comes in the user can answer on either the iPhone or the watch. My understanding is that VoIP notifications are not supported on watchOS, so for incoming calls what we ended up having to do was send the watch a regular APNs alert notification and only start the actual call setup after the user interacts with it. This isn’t ideal, and the notification often appears a few seconds late. What we would like to be able to do is present the incoming call on the watch more like how FaceTime calls appear on Apple Watch. So I wanted to ask whether this is the intended pattern for a companion watchOS VoIP app. Is using a regular APNs alert notification the correct way to surface an incoming call on the watch, or is there a better suppo
Replies
3
Boosts
0
Views
73
Activity
3d