Search results for

Account Locked

31,796 results found

Post

Replies

Boosts

Views

Activity

Apple Develeoper Account Creation issue
Hi, I'm new to apple, I'm planning to deploy an app in the apple app Store... for this process to be done I've created apple developer account through an iPhone, when following the steps.. it asked to enter DUNS number as I'm business not individual, I've entered it but shown a DUNS number mis match notice when submit, so I tapped back and selected individual and accepted terms and conditions(just to check if it is working), now it was fixed for individual account(can't change), but I need organisation registration, please help me out somebody. There will be pooja goods sales in the app, so the individual account is sufficient or should be as organisation?
0
0
47
Sep ’25
compile code required signing from unexisting user
Hi, This is my first time developing for iPhone, and I believe I have encountered an unusual edge case related to user management. Background: I work at a very small company currently in the proof-of-concept stage of building an iOS app. We created an Apple account under the company name: Green Vibe, using our corporate email. Initially, I developed the app under the free account on my local iPhone, and everything worked smoothly. When NFC functionality became necessary, we upgraded to a paid Apple Developer account. At that point, I enrolled as a developer under my personal name (Or Itach) while logged in with the Green Vibe Apple account. I want to emphasize that only one Apple account was created — the Green Vibe account. The Issue: When attempting to add NFC, I was able to create the required certificate under the name Or Itach. However, when compiling the project, Xcode prompts me to enter the login password for the user Or Itach. This is problematic
Topic: Code Signing SubTopic: General
4
0
287
Sep ’25
Reply to perspectiveTransform causing large memory spike / app being killed
GDAL is for much more than just extracting coordinates. You would use GDAL to actually warp the image into a new 2D representation, based on your selected projection. And GDAL will do that out of the box (not true), much more accurately than any perspective transform. Any geospatial data is likely going to be much larger than anything Apple supports, especially on iOS. Apple APIs are designed to handle an image generated by the on-board camera. Even the latest iPhones released today are still touting 48 MP images. Your moderate-sized geospatial PDF is over 10 times larger than that. And you're using iOS, which has very limited RAM. Even on macOS, where you can open these large images, it will lock up the UI for any operation. And I'm curious about something. One thing that GDAL doesn't support out of the box is geospatial PDF. It requires one of a few different PDF libraries, each of which is problematic in its own way. Which one are you using?
Topic: UI Frameworks SubTopic: General Tags:
Sep ’25
Reply to What is the expected behavior for a notification service extension if the user has not been prompted for requestAuthorization()
The NSE will be executed ONLY for notifications that will be visually presented to the user (unless the app has the notification filtering entitlement). Because of this, the following conditions are required for the NSE to launch: apns-push-type must be alert Payload contains the alert key Notifications must be on for the device Notifications must be on for the app App must have notifications authorization User must not have turned off the visibility of the app's notifications If the device is locked show notification content must be on App must not have been hidden Argun Tekant /  DTS Engineer / Core Technologies
Sep ’25
Help Setting Up Apple MDM Vendor-Signed CSR and Push Certificate
Hello, I have an Apple Developer Enterprise account, and Apple Support has already enabled MDM for my account. I successfully downloaded and installed my MDM Vendor Certificate (it shows up in Keychain as MDM Vendor: [My Company Name] with its private key). Here’s what I’ve done so far: Exported the Vendor Certificate + private key as a .p12, then converted to .pem and .key using OpenSSL. Generated an unsigned CSR with CN=com.apple.mgmt.External. using OpenSSL. Attempted to sign the CSR using: my Vendor certificate the Vendor private key Apple Worldwide Developer Relations (WWDR) intermediate certificate OpenSSL smime -sign command with DER output Problem: Every time I try to upload the vendor-signed CSR to the Apple Push Certificates Portal, I get an error (CSR rejected). Sometimes OpenSSL even fails with “unable to load certificates” depending on how the WWDR certificate is included. My Questions: What is the correct OpenSSL command and certificate chain Apple expects for signing the CSR?
1
0
395
Sep ’25
MPNowPlayingInfoCenter playbackState fails to update after losing audio focus on macOS
My Environment: Device: Mac (Apple Silicon, arm64) OS: macOS 15.6.1 Description: I'm developing a music app and have encountered an issue where I cannot update the playbackState in MPNowPlayingInfoCenter after my app loses audio focus to another app. Even though my app correctly calls [MPNowPlayingInfoCenter defaultCenter].playbackState = .paused, the system's Now Playing UI (Control Center, Lock Screen, AirPods controls) does not reflect this change. The UI remains stuck until the app that currently holds audio focus also changes its playback state. I've observed this same behavior in other third-party music apps from the App Store, which suggests it might be a system-level issue. Steps to Reproduce: Use two most popular music apps in Chinese app Store (NeteaseCloud music and QQ music) (let's call them App A and App B): Start playback in App A. Start playback in App B. (App B now has audio focus, and App A is still playing). Attempt to pause App A via the system's Control Center or its own UI. Obser
0
0
110
Sep ’25
in-app-purchase
I have implemented in-app-purchase in one of my iOS application. I generated the consumable products and these are approved by Apple Showing with Green check. I used StoreKit-2 and locally testing with store sync configuration file. The products I have created on developer accounts automatically synced by Store Configuration file and showing no the screen and I can purchase the product with Xcode environment in development. When uploaded app to test flight, I am not getting products with sandbox email id. Cases I have tries: -Remove my original Apple ID from device and just testing with Apple Sandbox email id -> Not getting products. -Remove configuration file while uploading to test flight -> not fetching products. -Checked the archive build and its in Release mode. Note: I am as a (Admin) team member, not account holder. Issue: Not fetching products on Test flight with Sandbox & in live app. Is there something I have to track here: Agreements for Free Apps Agreement with EFFECTIV
0
0
328
Sep ’25
Payment for developer account not approved
I have made a payment the the Apple developer program from my credit card, I have contacted my bank and they have confirmed that they payment has gone off and all that is left is for Apple to 'bank the payment' on their side but Apple isn't actioning this. I have emailed support numerous times but all I get is an automatic reply acknowledging the email but nothing else, what do I do now, is there any other email or phone number I can contact them on. I'm not from the US
0
0
34
Sep ’25
StoreKit External Purchase – Regional Restriction Not Working & canPresent Always Returns False
Hi everyone, We're seeking clarification and assistance regarding the StoreKit External Purchase capability in our iOS app. 🧾 Context We have applied for and been approved under the Alternative Terms Addendum for Apps Distributed in the European Union. The StoreKit External Purchase capability is now active in our app, but we want it to be limited to the EU region only, and not available in the United States. Could anyone from Apple (or community members with experience) help confirm: Whether there's any misconfiguration causing the capability to be active outside the EU? That our account has EU distribution correctly enabled? 🧪 Technical Issue: canPresent Always Returns false We are currently implementing StoreKit.externalPurchase in our iOS app, but we’re seeing unexpected behavior during testing. ✅ What We've Done Entitlement Added: com.apple.developer.storekit.external-purchase Info.plist Updated: SKExternalPurchase dk Device & Account Setup: Real iPad used for testing canMakePayme
0
0
268
Sep ’25
Reply to How do I flatten a PDF using Shortcuts or Automator?
Hello, thank you for your response. I have a PDF with form field values. The PDF is essentially always the same, but the field values differ. Here is an image from the PDF. Date: for example, is always the same. To the right of it, the current date is placed as a form field value. As I hover my mouse over the date, the blue rectangle behind it appears indicating it's a field value and that it's somehow not baked into the PDF. I don't know that this is considered an annotation? After I have opened the PDF in Preview (a contract in this example) I attempt to annotate it by signing it with my digital signature by overlaying the signature block of the contract with a PNG file of my digital signature. When I attempt to annotate it, it says the PDF Is password protected (I assume that my ability to edit the actual date of 9/7/25 and other field values is why it's locked--which is fine--I don't want to edit existing values). But because the PDF is locked, I can't, for example, create an automation
Sep ’25
Unlocking hidden "Developer mode" option on Ipad (without Mac or Xcode)
Hello, I have an iphone but not an ipad Actually a relative has an iPad. The problem I encoutered was when i was testing an app that I had built prior (so I had the ipa file) but no acces to Xcode. The thing is when I wanted to test it on my iphone, everything WENT SMOOTH and ok. When I tried on iPAD, I encounteed the problem I could not unlock the hidden developer mode option in any way, I tried so many things, checked and rechecked, the option was and stayed hidden, I could not activate it. Therefore I could not test the app. In the apple store I was required to give a screenshot for iPAD but that failed. because I could not produce ANY, since I could not run my app on iPAD. I actually have no idea how I activated the ability to turn on the developer mode on my iphone, it was just there and I activated it perhaps because I had added the email of my iphone to the developer account somehow? somehwere? But for iPAD I just could not find a way to do it, don't know if adding it somewhere could trigger s
2
0
103
Sep ’25
Reply to WebRTC Data Channel for Background File Transfer Without Audio/Video
[quote='856980022, ragu2307, /thread/799259?answerId=856980022#856980022, /profile/ragu2307'] Or does the suspension model terminate low-level networking immediately regardless? [/quote] No. Let me reiterate this: [quote='856828022, DTS Engineer, /thread/799259?answerId=856828022#856828022'] everything works like it does in the foreground as long as your app is running [/quote] If a UIApplication background task, or indeed any other subsystem, keeps your app from suspending, networking will work just fine [1]. [quote='856980022, ragu2307, /thread/799259?answerId=856980022#856980022, /profile/ragu2307'] are there any other alternatives for performing reliable background networking when the app is not running in the foreground [/quote] There are two ways to slice this: Subsystems that do networking while your app is suspended. Subsystems that allow your app to run longer in the background. In the first case, a URLSession background session is the obvious example of this, but there are others. For example: AVAss
Sep ’25
Reply to How to delete PREFIX_NEW(team ID).com.mydom.myapp or TestFlight builds using it?
So, first terminology: Your Team ID is a 10 character code that identifies your team. For example, SKMME9E2Y8 is my individual Team ID. A bundle ID uniquely identifies your app, typically using reverse DNS notation. For example, com.example.test798928. An App ID is a bundle ID combined with an App ID prefix. For example, SKMME9E2Y8.com.example.test798928. An App ID prefix is either your Team ID or a unique App ID prefix. A unique App ID prefix is a 10 character code that’s allocated to your team, different from your Team ID. For example, one of my teams is allocated the App ID prefix of VYRRC68ZE6. App ID prefixes are effectively deprecated. If you previously used a unique App ID prefix for your app, you should be able to continue to use that same App ID prefix. Where is no requirement to migrate to using your Team ID [1]. Which brings us to this: [quote='799483021, ming2, /thread/799483, /profile/ming2'] But I cannot update it anymore because its AppID that appears in my account … is PREFIX_NEW(team
Sep ’25
Unable to open new live activities after opening 5 live activities and clearing them
After opening 5 live activities using live activity push-to-start push notifications, I clear them from lock screen. From this point forward I am unable to open new live activities. Device log shows: Could not create a new activity from push notification: ActivityKit.ActivityAuthorizationError.targetMaximumExceeded How can I handle such use case? shouldn't the count of opened live activities be reduced once the user clears the live activities? is this a bug?
1
0
129
Sep ’25