Hello there, I am trying to add Nearby Interaction into my project, but it is not appear into +capabilities. I have already go to my account into developer account platform to try to add it from Identifiers: Then I search into my project to activated, but Nearby Interaction was not show: So, there is anything else that i have miss? please help :c
Search results for
Account Locked
31,785 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
It was effectively a bad idea to submit the app from a differentl account. Now, the app is viewed as belonging to it. Are you sure the spam is related to this former submission ? If so, did you explain in the notes to reviewer, with a written and signed statement from the junior engineer confirming what you say here ? If that's not enough, may be you should also have the letter certified by a legal officer.
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Feedback for iPhone and iPad – Display Technology Dear Apple Team, Currently, the mainstream display technology used in iPhone and iPad is OLED. However, OLED panels produce significant PWM flickering, which strongly irritates the human eye. Many users, especially in China, experience eye strain, tearing, and discomfort after using OLED devices for a period of time. There is a large group of users here who are highly sensitive to screen flicker and therefore cannot use OLED-based devices at all. What they truly need is an eye-friendly device with either LCD or flicker-free Mini-LED display technology. I sincerely recommend that Apple consider offering iPhone and iPad models with LCD or Mini-LED panels. Such displays could provide better eye comfort, no flicker, and a healthier experience. Currently, almost no smartphone manufacturers in China provide such options, and even if they do, their devices often come with outdated chipsets and cannot be used as a reliable daily driver. This presents a valuable opport
Hello, I’m trying to set up Sign In with Apple for my Firebase Authentication integration. Steps I followed: Created a Service ID in Apple Developer, e.g. com.example.myapp.signin. Tried to enable Sign In with Apple and configure the Web Authentication Configuration. Web Domain: myapp.firebaseapp.com Return URL: https://myapp.firebaseapp.com/__/auth/handler When I click Save, I get the following error in the browser console and a blank response page: Unsupported Request PATCH to http://developer.apple.com/services-account/v1/bundleIds/XXXXXXXX not supported. Reference #... What I have verified so far: My Apple Developer Program membership is active (paid). My App ID (e.g. com.example.myapp) exists in Identifiers. The App ID has Sign In with Apple capability checked. I need to link the Service ID with this App ID for Firebase web-based auth. Goal: Complete setup of Apple as a sign-in provider in Firebase Authentication. To do this, Apple requires me to add the Firebase return URL above, but the Develo
I have the same problem as @isa_imadoglu2, same steps and outcome when trying to enable a new capability. When I enable Associated Domains and click Save, I get a 501 error and the change doesn’t persist after refresh: Response: PATCH to http://developer.apple.com/services-account/v1/bundleIds/PBB2JSKG7Y not supported. Reference #8.5941602.1755400657.8a713a7 Then the changes don't persist on page refresh. I also tried creating a brand-new Identifier and see the same error.
Topic:
Privacy & Security
SubTopic:
Sign in with Apple
Tags:
I received an email from 'Developer Support' Date: July 28, 18:17: Hello Oğuzcan, My name is Joel, and I’m a senior Advisor with Developer Support. Your case has been given to me for further handling, and I’m happy to follow up with you today. I understand that you have initiated a conversation in our developer forums. Please, provide us more information and show us the email that you received, so we will assist your better. Please, reply to the received email for obtaining more information as the appropriate team will be able to assist you better. Please, reply to this email if you have further questions. Your case number is: 102603989433. Have a great day. Best Regards, Joel Developer Support I replied: Hello Joel, Thank you for contacting me; this matter is very important to me. I explained this in detail on the Apple Developer Forum, you can check it out: https://developer.apple.com/forums/thread/793704 I've attached a few emails. My case number is: 102603989433 New mail, July 29th at 2:41 PM: Dear Oguzca
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Tags:
The problem persists, it has not been resolved yet. I am waiting for a response from the Apple review team. I will share the process with you for those who will experience the same issue in the future. I received an email regarding 'Developer Account Assistance Request'. Date: June 26 at 00:15. The email is as follows: Hello Oğuzcan, This is Jaden with Developer Support. Thank you for contacting us. I understand you want to appeal the closing of your account. If you believe the review doesn't accurately represent your app and its compliance with the App Store Review Guidelines, you can request an appeal by submitting a Rejection Appeal form. After the App Review Board receives your request, they'll investigate your appeal based on the details you provide. When they reach a decision, they'll notify you of the outcome. If you have additional questions related to this request, please refer to case number 102629714016. Best regards, Jaden Developer Support I replied immediately: Hello, I see tha
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Tags:
We are so interested in AlarmKit which is presented at WWDC25. While we planning our app using AlarmKit, We had a few questions come to mind and were hoping you could provide some clarity. Please excuse the rather long list of questions, as we don't currently have a device available to test these features ourselves. System Actions Related Is there a limit to the number of alarms that can be scheduled using AlarmKit? Are alarms scheduled with AlarmKit persistent across device reboots? When an alarm is dismissed (either by swiping or pressing the power button), can our app detect this action and execute code in response? Can we control the behavior of the physical Lock Screen buttons when an AlarmKit alarm is active, for instance, to trigger a snooze action? Does AlarmKit function correctly during Do Not Disturb or Low Power Mode? What is the expected behavior when an alarm from our app (using AlarmKit) overlaps with an alarm from another app that also uses AlarmKit? Which one is going to get its prior
Topic:
App & System Services
SubTopic:
Notifications
This issue still persists and is extremely frustrating. We're in contact with european support and have given permission to perform analysis in our account, but nothing's happening. :-( Looks like we'll have to move back to github actions, or look for another CI platform.
Topic:
Developer Tools & Services
SubTopic:
Xcode Cloud
Hello guys!I was developing an app in my account and then I deleted the app from Itunes connect. Now I'm trying to delete the app id from indentifiers scetion but I can't. I got this error:The App ID 'xxxxxxxxxx' appears to be in use by the App Store, so it can not be removed at this time.But I deleted the app 5 minutes after I submitted to the store.I need to use this ID in another account, what can I do?Thank you!
I am experiencing an issue with my iOS app where StoreKit 2 in-app subscriptions are not appearing when using Product.products(for:). I have done all the necessary configurations, but the products still return an empty array ([]). Here are the details of my setup: • App ID / Bundle ID: com.tstore.vocabely • Product IDs: • com.tstore.vocabely.base • com.tstore.vocabely.pro • com.tstore.vocabely.ultimate • Paid Apps Agreement: Active • IAP Status in App Store Connect: Ready to Submit / Approved • Testing Environment: • Device: iPhone (real device) • iOS Version: [insert your iOS version] • Xcode Version: [insert your Xcode version] • Sandbox Tester Account used • Code Snippet: Using Product.products(for: productIDs) in StoreKitManager to fetch products I have verified: • Product IDs match exactly with App Store Connect • Paid Apps Agreement is Active • Using a real device, not a simulator • Sandbox account is properly signed in Despite all of this, fetchProducts() still returns an empty array.
Topic:
App & System Services
SubTopic:
StoreKit
Hi all - I used to run a development studio, but shut down around ~8 years ago. Since then, I've kept a personal $99/year Individual developer account to access documentation, apps, etc, as I still work in the mobile iOS development space, just for corporate projects. I have a friend who has an app that was built years back, but was removed from the store ~2-3 years ago due to just letting account lapse. He's asked me to help him get it back on the App Store, with some updates, etc. His account is an Individuals or sole proprietors/single-person businesses account as well. He granted me Admin access on his account, but I can't see or select his team in Xcode when handling automatic code signing in order to upload to App Store Connect. He's not a developer, and he lives several states/hours away. We worked remotely and I was able to get a development certificate and provisioning profile that I walked through setting up with him, that he exported and sent over to me.
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
App Store Connect
Code Signing
App Submission
I have a mac app which has a launch agent. I signed it with my account, but it always shows as my personal 'XX XXX in the login items of mac settings. Actually this is the reason I switched my personal account to a company account. But now it is still shown as 'XX XXX' in the login items after I signed up again with this company account. Do you know how I can change this? The identity I also tried to create a new one with the team, but it does not allow me to create a new one. Chatgpt recommends revoking the current one, but this will affect our old release.
We have applications RME and RMEUI, which are added under FileProviders section. Looking for MDM profile that can lock these entries so that users cannot disable them. Currently we are using JAMF Pro MDM to control our applications. In Sequoia OS -> Open System Preferences -> General -> Login Items & Extensions -> Under Extensions section -> File Providers In Tahoe OS -> Open System Preferences -> General -> Login Items & Extensions -> Under By Category/App section -> File Providers (In the screen shot you can find RME entry)
When we enable 3rd party authentication plugin using SFAuthorization window, then when user performs Lock Screen and then unlock the MAC. Now after unlock, if user tries to open Keychain Access, it is not getting opened. When trying to open Keychain Access, we are prompted for credentials but after providing the credentials Keychians are not getting opened. This is working on Sonoma 14.6.1 , but seeing this issue from macOS Sequoia onwards. Are there any suggested settings/actions to resolve this issue?