Search results for

“testflight the requested app is not avaliable”

417,674 results found

Post

Replies

Boosts

Views

Activity

CarPlay Function lost (26.4 and 26.5 DB)
with the latest updates on two of our iPhones run running 26.4 and the other 26.5 developed beta we have lost the ability to use CarPlay functionality via the Apple certified cable. Both phone showed the phone is connected and it is charging however functionality are greyed out on display in the 2022 Nissan rogue. Bluetooth still function properly as you could send and receive calls. However, functionality via the cable does not work. You cannot play music either. this feature also greyed. A trip to the Nissan dealer for more troubleshooting provided the following. A version 15 iPhone Connect via usb-c cable and functioned properly. As well as an android device. But again, hook up two iPhones one with version 26.5 DB and the other 26.4 both iPhone 14 would not work. After we left the dealership, I had a hunch that the issue with the latest update that both of these phones received over last week. I came home and connected an iPhone 6S which has a much older software version
0
0
23
9h
Xcode 26.4 Editor UI Changes creating problems
Objective C projects, if that matters, but several useful editing features were removed, but the biggest issues relate to Storyboards. Action buttons were moved all around. Not sure why it was changed, as the new layout is not intuitive at all. Loading of storyboards is amazingly slow. It's been getting worse for several revisions, but it is really bad now. Connecting from the storyboard to code is non functional with this revision. Connections have to be done from the code to the storyboard only, which means all the code has to be done before storyboard changes. This is much less efficient for coding. Really dislike 26.4 editing changes. You are making our jobs harder, not easier.
0
0
8
9h
Reply to App crashes on launch for iOS 12 users after App Store release (Xcode 16.4) — BKSProcessErrorDomain bootstrap-failed
@Manuel_Apps I am in the same situation... the current version of my app on the App Store is defunct for iOS 12 people. I am now working on a build with target iOS 15. As soon as it’s submitted and released I am planning on making the broken release unavailable. This way iOS 12 users have to uninstall the broken version so they can reinstall the (still working) version before that. I totally agree with you. I wish Xcode 16 (the first Xcode that did not support iOS 12 anymore) would have prevented me from building the app with the unsupported target. Instead it was waved through without warning. Yes, the Xcode support page said it didn’t support iOS 12, yet there was no hard stop. I was not aware I was sitting on a time bomb for at least 1 year. I thought only debugging was not supported but building was -- because it worked. The broken app happened a few days ago when my customer was holding an event in front of an audience, some of which
9h
Reply to iOS 12.5.8 fails to bootstrap app
Thanks @Manuel_Apps and @BioDranik for your metoo’s. In the meantime I have received a response from dev support. They gave me the same answer that is found in the thread pointed to by @DTS Engineer . This is the tech part of the answer: When you submit to the App Store, Apple modifies your binary. They strip your signature, encrypt the binary and re-sign it. This encryption alters the Mach-O file's page alignments and load commands. Nothing I can do about that. I’m fine with progress but I wish Xcode would have somehow prevented me from using the unsupported deployment target. Ever since Xcode 16 (which also does not support iOS 12) I thought my target was ok. So I will bump the target to iOS 15 (for now, in the future possibly higher). Since my app in the App Store is defunct for iOS 12 users I will upload a build with target iOS 15 and then mark the broken build as unavailable (App Connect > Pricing and Availability). This way the legacy users will get the la
Topic: App & System Services SubTopic: General Tags:
10h
DJI Osmo Mobile 8 — DockKit motor control APIs not working (setAngularVelocity, setOrientation)
I'm developing an iOS app that uses Apple's DockKit framework to control gimbals. I've tested with the Insta360 Flow 2 Pro and the DJI Osmo Mobile 8. The Flow 2 Pro supports all DockKit motor control APIs — setAngularVelocity, setOrientation, setLimits — which lets my app do manual pan/tilt control via a virtual joystick. The Osmo Mobile 8 (model DS308, firmware 1.0.0) connects fine via DockKit and reports as docked, but every motor control API fails with The device doesn't support the requested operation: setAngularVelocity — fails setOrientation(relative: true) — fails setLimits — fails The only thing that works is Apple's system tracking (setSystemTrackingEnabled(true)) for automatic face/body following. This means there's no way for third-party apps to do manual gimbal control (pan/tilt via joystick) on the Osmo 8 through DockKit — only automatic tracking works. Questions: Is anyone else seeing the same limitation with the Osmo 8 and DockKit? Has DJI confirmed
0
0
6
10h
Escalation Request - no response over a week
Hello, I would like to request an escalation regarding my case request status(Case ID: 102853727157). My case was submitted on March 26 and contacted Apple Developer Support multiple times, and now it has been over a week still no response at all. It is showing Your account cannot be created at this time when I try to enroll, and also I have to migrate my personal account to a business account. Could you please escalate the case if possible and provide instructions how to proceed? If any additional information is required from my side, I am ready to provide it immediately. Thank you very much for your time and support.
0
0
14
10h
Reply to How to access Reminder sections and list groups via EventKit?
@hiauhong The groups that contain reminder lists To fetch all calendar list, create an instance of EKEventStore, then use its calendars(for:) instance method of with a reminder entity type: let eventStore = EKEventStore() let list = eventStore.calendars(for: .reminder) The sections inside each reminder list (available since iOS 17) After you get a list of calendar lists available on your device, iterate through the list: for item in list { .... } then use the list identifier of each list to fetch their reminders: let identifier = item.calendarIdentifier if let calendar = eventStore.calendar(withIdentifier: identifier) { let predicate = eventStore.predicateForReminders(in: [calendar]) // Do the fetch. } I forgot this one: 3. The subtasks of the reminder. EventKit doesn't have an API that allows you to retrieve the subtask of an EKReminder object. If you would like for Apple to consider adding support for such features, please submit your suggestion request via Feedback Assistant (https://feedbackassis
Topic: App & System Services SubTopic: General Tags:
10h
Reply to Request for Clearer App Review Feedback and Faster Review
I would like to kindly ask for your assistance regarding our TestFlight external testing review. We submitted 1.0.1(1) build for external testing on March 17, and it has now been over two weeks, but the review has still not started. This delay is affecting our testing schedule. Could you please help check the status of this submission and assist in moving the review forward if possible? We would greatly appreciate your support.
10h
Reply to Why are the Apple App Reviewers making false claims in the review and what can I do to overcome this?!
My app has the phrase GPT in it as it is an app that runs private open source offline AI models (for free) on the iPhone. The app is called LiberaGPT. What does 'to have the phrase GPT' mean? Explain to the reviewer as if you talk to your grandparent. If you use the phrases you have invented for yourself, you are partially the source of confusion. Do you have the word 'ChatGPT' in your app description box? Or do you use it as one of the keywords? And you don't mention 'ChatGPT' over your meta screenshots? If you do, it's you causing the problem. If you don't, then you have to convince the reviewer somehow. If you take it to the Appeal Board, that will probably put an end to your app. I had a desktop application back in 2011. Its name starts with 'Rip.' And the reviewer rejected it by saying Illegal file sharing. He or she gave me another rejection reason, which said that it didn't read a DVD disc or a VOD file. The problem was that I never said anything an
10h
Reply to Apple app for website
@seokurdu I would recommend to go over the app review design part to make sure your app provides enough functionality: https://developer.apple.com/app-store/review/guidelines/#design I'm sure other experts will jump into this thread to provide better guidance and better resources. Albert Pascual
  Worldwide Developer Relations.
Topic: Safari & Web SubTopic: General
10h
DAC7 error blocking app submission - France
Same issue here from France. DAC7 compliance is active and marked as Actif in Business → Contracts, but I still get STATE_ERROR.DAC7_CANNOT_SUBMIT_MISSING_REGULATED_PERSONAL_SERVICE_APP_DECLARATION when trying to submit. App ID: 6761303816. Cannot submit Arab Facile for review. Please fix ASAP
Replies
1
Boosts
0
Views
10
Activity
9h
Apple Connect says "unresolved issues"
But it doesn't show anywhere what the issues are. I cannot save the build (Save button is read and with an exclamation point), and I can't find any information as to what is wrong.
Replies
0
Boosts
0
Views
10
Activity
9h
CarPlay Function lost (26.4 and 26.5 DB)
with the latest updates on two of our iPhones run running 26.4 and the other 26.5 developed beta we have lost the ability to use CarPlay functionality via the Apple certified cable. Both phone showed the phone is connected and it is charging however functionality are greyed out on display in the 2022 Nissan rogue. Bluetooth still function properly as you could send and receive calls. However, functionality via the cable does not work. You cannot play music either. this feature also greyed. A trip to the Nissan dealer for more troubleshooting provided the following. A version 15 iPhone Connect via usb-c cable and functioned properly. As well as an android device. But again, hook up two iPhones one with version 26.5 DB and the other 26.4 both iPhone 14 would not work. After we left the dealership, I had a hunch that the issue with the latest update that both of these phones received over last week. I came home and connected an iPhone 6S which has a much older software version
Replies
0
Boosts
0
Views
23
Activity
9h
Xcode 26.4 Editor UI Changes creating problems
Objective C projects, if that matters, but several useful editing features were removed, but the biggest issues relate to Storyboards. Action buttons were moved all around. Not sure why it was changed, as the new layout is not intuitive at all. Loading of storyboards is amazingly slow. It's been getting worse for several revisions, but it is really bad now. Connecting from the storyboard to code is non functional with this revision. Connections have to be done from the code to the storyboard only, which means all the code has to be done before storyboard changes. This is much less efficient for coding. Really dislike 26.4 editing changes. You are making our jobs harder, not easier.
Replies
0
Boosts
0
Views
8
Activity
9h
Reply to App crashes on launch for iOS 12 users after App Store release (Xcode 16.4) — BKSProcessErrorDomain bootstrap-failed
@Manuel_Apps I am in the same situation... the current version of my app on the App Store is defunct for iOS 12 people. I am now working on a build with target iOS 15. As soon as it’s submitted and released I am planning on making the broken release unavailable. This way iOS 12 users have to uninstall the broken version so they can reinstall the (still working) version before that. I totally agree with you. I wish Xcode 16 (the first Xcode that did not support iOS 12 anymore) would have prevented me from building the app with the unsupported target. Instead it was waved through without warning. Yes, the Xcode support page said it didn’t support iOS 12, yet there was no hard stop. I was not aware I was sitting on a time bomb for at least 1 year. I thought only debugging was not supported but building was -- because it worked. The broken app happened a few days ago when my customer was holding an event in front of an audience, some of which
Replies
Boosts
Views
Activity
9h
Reply to iOS 12.5.8 fails to bootstrap app
Thanks @Manuel_Apps and @BioDranik for your metoo’s. In the meantime I have received a response from dev support. They gave me the same answer that is found in the thread pointed to by @DTS Engineer . This is the tech part of the answer: When you submit to the App Store, Apple modifies your binary. They strip your signature, encrypt the binary and re-sign it. This encryption alters the Mach-O file's page alignments and load commands. Nothing I can do about that. I’m fine with progress but I wish Xcode would have somehow prevented me from using the unsupported deployment target. Ever since Xcode 16 (which also does not support iOS 12) I thought my target was ok. So I will bump the target to iOS 15 (for now, in the future possibly higher). Since my app in the App Store is defunct for iOS 12 users I will upload a build with target iOS 15 and then mark the broken build as unavailable (App Connect > Pricing and Availability). This way the legacy users will get the la
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
10h
Reply to Why are the Apple App Reviewers making false claims in the review and what can I do to overcome this?!
That's the way the world works today. ChatGPT was successful, so now they have de-facto control over the acronym GPT. App Review thinks that end users would be confused and think your app is associated with ChatGPT. Apple knows how people think. Just change the name. And make sure to do a trademark search first.
Replies
Boosts
Views
Activity
10h
Reply to "Unable to Add for Review" DAC7 Error, can no longer submit App Updates
Thanks to all the reports and from different countries in the EU! I would encourage you to file a FB number so its a bug for that team using https://developer.apple.com/forums/thread/712889 And as @App Store Connect Engineer asked, please include screen recordings and HAR logs. Thanks again, Albert Pascual
  Worldwide Developer Relations.
Replies
Boosts
Views
Activity
10h
DJI Osmo Mobile 8 — DockKit motor control APIs not working (setAngularVelocity, setOrientation)
I'm developing an iOS app that uses Apple's DockKit framework to control gimbals. I've tested with the Insta360 Flow 2 Pro and the DJI Osmo Mobile 8. The Flow 2 Pro supports all DockKit motor control APIs — setAngularVelocity, setOrientation, setLimits — which lets my app do manual pan/tilt control via a virtual joystick. The Osmo Mobile 8 (model DS308, firmware 1.0.0) connects fine via DockKit and reports as docked, but every motor control API fails with The device doesn't support the requested operation: setAngularVelocity — fails setOrientation(relative: true) — fails setLimits — fails The only thing that works is Apple's system tracking (setSystemTrackingEnabled(true)) for automatic face/body following. This means there's no way for third-party apps to do manual gimbal control (pan/tilt via joystick) on the Osmo 8 through DockKit — only automatic tracking works. Questions: Is anyone else seeing the same limitation with the Osmo 8 and DockKit? Has DJI confirmed
Replies
0
Boosts
0
Views
6
Activity
10h
Escalation Request - no response over a week
Hello, I would like to request an escalation regarding my case request status(Case ID: 102853727157). My case was submitted on March 26 and contacted Apple Developer Support multiple times, and now it has been over a week still no response at all. It is showing Your account cannot be created at this time when I try to enroll, and also I have to migrate my personal account to a business account. Could you please escalate the case if possible and provide instructions how to proceed? If any additional information is required from my side, I am ready to provide it immediately. Thank you very much for your time and support.
Replies
0
Boosts
0
Views
14
Activity
10h
No response and stuck in waiting for review
Mar, 1 at 9:51 PM iOS 1.0 stuck on review
Replies
0
Boosts
0
Views
21
Activity
10h
Reply to How to access Reminder sections and list groups via EventKit?
@hiauhong The groups that contain reminder lists To fetch all calendar list, create an instance of EKEventStore, then use its calendars(for:) instance method of with a reminder entity type: let eventStore = EKEventStore() let list = eventStore.calendars(for: .reminder) The sections inside each reminder list (available since iOS 17) After you get a list of calendar lists available on your device, iterate through the list: for item in list { .... } then use the list identifier of each list to fetch their reminders: let identifier = item.calendarIdentifier if let calendar = eventStore.calendar(withIdentifier: identifier) { let predicate = eventStore.predicateForReminders(in: [calendar]) // Do the fetch. } I forgot this one: 3. The subtasks of the reminder. EventKit doesn't have an API that allows you to retrieve the subtask of an EKReminder object. If you would like for Apple to consider adding support for such features, please submit your suggestion request via Feedback Assistant (https://feedbackassis
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
10h
Reply to Request for Clearer App Review Feedback and Faster Review
I would like to kindly ask for your assistance regarding our TestFlight external testing review. We submitted 1.0.1(1) build for external testing on March 17, and it has now been over two weeks, but the review has still not started. This delay is affecting our testing schedule. Could you please help check the status of this submission and assist in moving the review forward if possible? We would greatly appreciate your support.
Replies
Boosts
Views
Activity
10h
Reply to Why are the Apple App Reviewers making false claims in the review and what can I do to overcome this?!
My app has the phrase GPT in it as it is an app that runs private open source offline AI models (for free) on the iPhone. The app is called LiberaGPT. What does 'to have the phrase GPT' mean? Explain to the reviewer as if you talk to your grandparent. If you use the phrases you have invented for yourself, you are partially the source of confusion. Do you have the word 'ChatGPT' in your app description box? Or do you use it as one of the keywords? And you don't mention 'ChatGPT' over your meta screenshots? If you do, it's you causing the problem. If you don't, then you have to convince the reviewer somehow. If you take it to the Appeal Board, that will probably put an end to your app. I had a desktop application back in 2011. Its name starts with 'Rip.' And the reviewer rejected it by saying Illegal file sharing. He or she gave me another rejection reason, which said that it didn't read a DVD disc or a VOD file. The problem was that I never said anything an
Replies
Boosts
Views
Activity
10h
Reply to Apple app for website
@seokurdu I would recommend to go over the app review design part to make sure your app provides enough functionality: https://developer.apple.com/app-store/review/guidelines/#design I'm sure other experts will jump into this thread to provide better guidance and better resources. Albert Pascual
  Worldwide Developer Relations.
Topic: Safari & Web SubTopic: General
Replies
Boosts
Views
Activity
10h