Search results for

“Apple Maps Guides”

155,921 results found

Post

Replies

Boosts

Views

Activity

Reply to UITextField and UITextView abnormally popped up the network permission application interface
[quote='883809022, Mingmiu, /thread/822198?answerId=883809022#883809022, /profile/Mingmiu'] I reported it as FB22333352 [/quote] Thanks. That’s definitely the right path forward for this. IMPORTANT I noticed that you didn’t attach a sysdiagnose log to your bug report. Even though this problem is easy to reproduce, a sysdiagnose will help with the routing of your issue internally. So please reproduce the problem, trigger a sysdiagnose log, and then attach it to this bug. For more information about sysdiagnose logs, see Bug Reporting > Profiles and Logs. For context, that alert says: 允许 “testNetwork”使用无线 数据? 关闭无线数据时,部分功能可能无法 使用。 [无线局域网与蜂窝网络] [仅限无线局域网] [[不允许]] A machine translation is: Allow testNetwork to use wireless data? When wireless data is turned off, some functions may not be available. [Wireless LAN and Cellular Network] [Wireless LAN only] [[Now Allowed]] This alert only shows up if the iPhone was bought in China, where iOS gives the user the option to control an app’s access to Wi-Fi (normally the
Topic: UI Frameworks SubTopic: UIKit Tags:
1w
Reply to Bluetooth Low Energy Connection Parameters
@ssmith_c took the words out of my mouth - as a phone is not a dedicated central device that only communicates wth your accessory, it will not accept parameters that is not suitable for itself at the time. So you may see the same parameters accepted once, and rejected later. As for the parameters being compliant, they are not correct. It is missing the rule: Interval Max * (Peripheral Latency + 1) LESS THAN 6 seconds. With your settings that value is 18 seconds. You may have mistaken the peripheral latency to be the time, but actually it is supposed to be the number of connection intervals. The minimum latency you can request with your connection interval selections is 60ms, by setting the latency value to zero. General connection parameter request guidelines: Peripheral Latency ≤ 30 connection intervals. Supervision Timeout from 6 seconds to 18 seconds. Interval Min ≥ 15 ms. Interval Min ≤ 2 seconds. Interval Min is a multiple of 15 ms. One of the following: Interval Max at least 15 ms greater than Interval
Topic: App & System Services SubTopic: Core OS Tags:
1w
Xcode 26.4 cannot pair real Apple Watch for development (RemotePairingError 1007, iPhone stable)
Xcode 26.4 on macOS 26.3.1 cannot pair a real Apple Watch for development. iPhone companion is visible and stable in Devices and Simulators. Watch is paired to iPhone and works normally, but Xcode shows: CoreDeviceError Code: 4 RemotePairingError Code: 1007 “The device rejected the connection request.” “Ensure the device is paired with this machine.” What I already tried: trusted Mac on iPhone re-paired Watch with iPhone reconnected iPhone by cable reset authorized computers on Watch restarted devices reopened Devices and Simulators Result: iPhone remains stable Watch is seen intermittently or stays reconnecting / rejects pairing app logic is otherwise working on iPhone side Need: steps to restore Watch ↔ Xcode development pairing without further destructive resets.
0
0
42
1w
Enrollment is taking an eternity
Hello, I recently applied for enrollment in the Apple Developer Program, and my application has been under review for some time (5 days now). I would appreciate any guidance or insight into the status or typical processing time. Here are my details: Full Name: Kingsley Ibok Enrollment ID: FX678S24XD Please what steps can I take now, I’d really appreciate Thank you.
2
0
49
1w
Does using Vision API offline to label a custom dataset for Core ML training violate DPLA?
Hello everyone, I am currently developing a smart camera app for iOS that recommends optimal zoom and exposure values on-device using a custom Core ML model. I am still waiting for an official response from Apple Support, but I wanted to ask the community if anyone has experience with a similar workflow regarding App Review and the DPLA. Here is my training methodology: I gathered my own proprietary dataset of original landscape photos. I generated multiple variants of these photos with different zoom and exposure settings offline on my Mac. I used the CalculateImageAestheticsScoresRequest (Vision framework) via a local macOS command-line tool to evaluate and score each variant. Based on those scores, I labeled the best zoom and exposure parameters for each original photo. I used this labeled dataset to train my own independent neural network using PyTorch, and then converted it to a Core ML model to ship inside my app. Since the app uses my own custom model on-device and does not send any user data
1
0
226
1w
Reply to Developer Program enrollment still pending after payment
Hi everyone, I ran into the exact same issue as many of you, so I completely understand the frustration. I wanted to share what finally worked for me, in case it helps anyone still stuck. My timeline: Last Thursday: Completed the purchase (1st attempt) — payment charged, account stuck on Pending Waited until the following Tuesday with no confirmation email Contacted Apple Support the same day — they said they'd respond within 2 business days By Thursday, still no reply from Apple What finally worked I came across a solution shared in a Reddit thread (thread title: Apple Developer Admission - Pending for 7+ days ) that suggested the following: Add your credit card directly to your Apple Account (via Apple Account payment settings) Use that same card — now linked to your Apple ID — to repurchase the Apple Developer Program membership I gave this a try on Thursday, and about 8 hours later, my account was approved! 🎉 Key takeaway: The credit card you
1w
DSA Agreement stuck "In Review" for 13 days – app live globally but not visible in EU (Hungary)
Hi everyone, My app was approved by Apple and is live on the App Store globally, but it's not visible in any of the 27 EU countries due to the DSA agreement still being In Review. Timeline: Submitted: March 27 First contacted Apple Support: April 2 Follow-up: April 6 Today: April 9 – still no resolution, no response from support Apple Support said they'd respond within 2 days, but it's been 7 days since my first contact with no reply. Has anyone else experienced this? Is there anything I can do to speed this up or escalate it? I'm an indie developer and I'm blocked from marketing my app in my own country (Hungary, EU) because of this. Case ID: 102859013006 Any help appreciated!
0
0
43
1w
Reply to Seeking Compliance Feedback on Age Assurance & Parental Consent Workflow (iOS 26 APIs)
Thank you for your post. We recommend that you sign up for a session with App Review during the weekly Meet with Apple event. Sign in with your Developer ID and select Request a one-on-one App Review consultation. A member of the App Review team will help you with your questions regarding the review process and the App Review Guidelines.
1w
A issue that now else has
I’ve had an issue with all of my apps. Where I push my build to TestFlight and then the image pops up. I’ve troubleshooted EVERYTHING. My account has no issues on it, no payment or compliance issues. I’ve looked to reddit for advice, one user says they need there app to get approved by apple, i got a couple apps to have there update approve, still the bug persist. Whether the app is on the App Store or a work in progress nothing works.
1
0
119
1w
Reply to UITextField and UITextView abnormally popped up the network permission application interface
[quote='883809022, Mingmiu, /thread/822198?answerId=883809022#883809022, /profile/Mingmiu'] I reported it as FB22333352 [/quote] Thanks. That’s definitely the right path forward for this. IMPORTANT I noticed that you didn’t attach a sysdiagnose log to your bug report. Even though this problem is easy to reproduce, a sysdiagnose will help with the routing of your issue internally. So please reproduce the problem, trigger a sysdiagnose log, and then attach it to this bug. For more information about sysdiagnose logs, see Bug Reporting > Profiles and Logs. For context, that alert says: 允许 “testNetwork”使用无线 数据? 关闭无线数据时,部分功能可能无法 使用。 [无线局域网与蜂窝网络] [仅限无线局域网] [[不允许]] A machine translation is: Allow testNetwork to use wireless data? When wireless data is turned off, some functions may not be available. [Wireless LAN and Cellular Network] [Wireless LAN only] [[Now Allowed]] This alert only shows up if the iPhone was bought in China, where iOS gives the user the option to control an app’s access to Wi-Fi (normally the
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
1w
Reply to Developer Program enrollment still pending after payment
Hello Apple Developer Support, I subscribed to the Apple Developer Program and the payment was charged successfully, but my account is still showing “Pending – Subscribe your membership.” I haven’t received any confirmation email yet. Order number: W1374779571 Could you please check the status of my subscription? Thank you,
Replies
Boosts
Views
Activity
1w
Reply to Bluetooth Low Energy Connection Parameters
@ssmith_c took the words out of my mouth - as a phone is not a dedicated central device that only communicates wth your accessory, it will not accept parameters that is not suitable for itself at the time. So you may see the same parameters accepted once, and rejected later. As for the parameters being compliant, they are not correct. It is missing the rule: Interval Max * (Peripheral Latency + 1) LESS THAN 6 seconds. With your settings that value is 18 seconds. You may have mistaken the peripheral latency to be the time, but actually it is supposed to be the number of connection intervals. The minimum latency you can request with your connection interval selections is 60ms, by setting the latency value to zero. General connection parameter request guidelines: Peripheral Latency ≤ 30 connection intervals. Supervision Timeout from 6 seconds to 18 seconds. Interval Min ≥ 15 ms. Interval Min ≤ 2 seconds. Interval Min is a multiple of 15 ms. One of the following: Interval Max at least 15 ms greater than Interval
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
1w
Xcode 26.4 cannot pair real Apple Watch for development (RemotePairingError 1007, iPhone stable)
Xcode 26.4 on macOS 26.3.1 cannot pair a real Apple Watch for development. iPhone companion is visible and stable in Devices and Simulators. Watch is paired to iPhone and works normally, but Xcode shows: CoreDeviceError Code: 4 RemotePairingError Code: 1007 “The device rejected the connection request.” “Ensure the device is paired with this machine.” What I already tried: trusted Mac on iPhone re-paired Watch with iPhone reconnected iPhone by cable reset authorized computers on Watch restarted devices reopened Devices and Simulators Result: iPhone remains stable Watch is seen intermittently or stays reconnecting / rejects pairing app logic is otherwise working on iPhone side Need: steps to restore Watch ↔ Xcode development pairing without further destructive resets.
Replies
0
Boosts
0
Views
42
Activity
1w
Enrollment is taking an eternity
Hello, I recently applied for enrollment in the Apple Developer Program, and my application has been under review for some time (5 days now). I would appreciate any guidance or insight into the status or typical processing time. Here are my details: Full Name: Kingsley Ibok Enrollment ID: FX678S24XD Please what steps can I take now, I’d really appreciate Thank you.
Replies
2
Boosts
0
Views
49
Activity
1w
I already pay the 99$ two weeks ago, didnt recive my Developer Account
I pay'd 99$ 2 weeks ago and didnt recive any email, any respons from apple, I send 6 emails, and nothing, Apple just Scammed me? Did anyone was in my situation?
Replies
0
Boosts
0
Views
62
Activity
1w
Account not activated as developer
Hello, I payd for being a developer for about a week. Also I opened a case at apple developer support. My account is till now not activated. Can the support here help me? Best regards.
Replies
0
Boosts
0
Views
18
Activity
1w
Does using Vision API offline to label a custom dataset for Core ML training violate DPLA?
Hello everyone, I am currently developing a smart camera app for iOS that recommends optimal zoom and exposure values on-device using a custom Core ML model. I am still waiting for an official response from Apple Support, but I wanted to ask the community if anyone has experience with a similar workflow regarding App Review and the DPLA. Here is my training methodology: I gathered my own proprietary dataset of original landscape photos. I generated multiple variants of these photos with different zoom and exposure settings offline on my Mac. I used the CalculateImageAestheticsScoresRequest (Vision framework) via a local macOS command-line tool to evaluate and score each variant. Based on those scores, I labeled the best zoom and exposure parameters for each original photo. I used this labeled dataset to train my own independent neural network using PyTorch, and then converted it to a Core ML model to ship inside my app. Since the app uses my own custom model on-device and does not send any user data
Replies
1
Boosts
0
Views
226
Activity
1w
Pending appeal (Apple ID: 6759512591)
I submitted an app rejection appeal on March 7 and there has been no update of any kind for over 30 days. I’m posting here to reach the support team and to see if there’s a way to follow up with the process. Thank you for your help.
Replies
1
Boosts
0
Views
115
Activity
1w
Reply to Developer Program enrollment still pending after payment
Hi everyone, I ran into the exact same issue as many of you, so I completely understand the frustration. I wanted to share what finally worked for me, in case it helps anyone still stuck. My timeline: Last Thursday: Completed the purchase (1st attempt) — payment charged, account stuck on Pending Waited until the following Tuesday with no confirmation email Contacted Apple Support the same day — they said they'd respond within 2 business days By Thursday, still no reply from Apple What finally worked I came across a solution shared in a Reddit thread (thread title: Apple Developer Admission - Pending for 7+ days ) that suggested the following: Add your credit card directly to your Apple Account (via Apple Account payment settings) Use that same card — now linked to your Apple ID — to repurchase the Apple Developer Program membership I gave this a try on Thursday, and about 8 hours later, my account was approved! 🎉 Key takeaway: The credit card you
Replies
Boosts
Views
Activity
1w
DSA Agreement stuck "In Review" for 13 days – app live globally but not visible in EU (Hungary)
Hi everyone, My app was approved by Apple and is live on the App Store globally, but it's not visible in any of the 27 EU countries due to the DSA agreement still being In Review. Timeline: Submitted: March 27 First contacted Apple Support: April 2 Follow-up: April 6 Today: April 9 – still no resolution, no response from support Apple Support said they'd respond within 2 days, but it's been 7 days since my first contact with no reply. Has anyone else experienced this? Is there anything I can do to speed this up or escalate it? I'm an indie developer and I'm blocked from marketing my app in my own country (Hungary, EU) because of this. Case ID: 102859013006 Any help appreciated!
Replies
0
Boosts
0
Views
43
Activity
1w
Reply to Subscription stuck in "developer action needed"
Also having the same issue. Unable to change the status to “ready to submit“. Really don’t want to have to go through the process of recreating all new IAPs and subscriptions and linking them to my RC and app again. You would assume Apple support can do something about this, their support has been really sub-par for me.
Replies
Boosts
Views
Activity
1w
Reply to Acceptable level of obfuscation for App Review
Thank you for your post. We recommend that you sign up for a session with App Review during the weekly Meet with Apple event. Sign in with your Developer ID and select Request a one-on-one App Review consultation. A member of the App Review team will help you with your questions regarding the review process and the App Review Guidelines.
Replies
Boosts
Views
Activity
1w
Reply to Seeking Compliance Feedback on Age Assurance & Parental Consent Workflow (iOS 26 APIs)
Thank you for your post. We recommend that you sign up for a session with App Review during the weekly Meet with Apple event. Sign in with your Developer ID and select Request a one-on-one App Review consultation. A member of the App Review team will help you with your questions regarding the review process and the App Review Guidelines.
Replies
Boosts
Views
Activity
1w
A issue that now else has
I’ve had an issue with all of my apps. Where I push my build to TestFlight and then the image pops up. I’ve troubleshooted EVERYTHING. My account has no issues on it, no payment or compliance issues. I’ve looked to reddit for advice, one user says they need there app to get approved by apple, i got a couple apps to have there update approve, still the bug persist. Whether the app is on the App Store or a work in progress nothing works.
Replies
1
Boosts
0
Views
119
Activity
1w