Post

Replies

Boosts

Views

Activity

Reply to Waiting for review
3 months with no reply is not normal. Did you received at least a mail stating that your app was waiting for review ? If no, that means you have not in fact submitted your app. Submitting has 2 steps: once you have completed all the informations in AppStoreConnect, you click a button to send for review (I don't remember the exact text of the button) then the button's title change to something like "ask for review": you have to click again. In the following minutes you'll receive a mail stating that your App is Ready for Review.
Jul ’25
Reply to iOS 26 restore
Have a look here: https://discussions.apple.com/thread/256078060?sortBy=rank and here: https://support.apple.com/en-us/108763 But I would be cautious without a backup. So, you may also wait (a couple of months) for an iOS 26 release and upgrade at that time. Your data should be safe. Then, don't forget to make a backup.
Topic: Community SubTopic: Apple Developers Tags:
Jul ’25
Reply to Tahoe Launchpad
You should post a bug report. If enough people request it, may be it could come back ? Otherwise, it is likely than an app will be available with the same and even extended capabilities. Maybe a good app idea for you ? 😉
Jul ’25
Reply to Help needed: unclear rejections & stalled review
The fact that the app was rejected several times probably doesn't help to speed up review. Did you indicate clearly, in the notes to reviewer, what you explain here ? As a different reviewer may be reviewing the app, that will help him or her to understand the context and not just notice that the app was already rejected 3 times. PS: please note that the developers' forum is not an official channel to Apple, even less to the review team.
Jul ’25
Reply to Should I Be Worried?
If your iPhone is your main and only device, I do advise NOT to install beta releases. Yes, it can be instable, by nature of a beta. Wait for a full release, and even don't rush to install. You can live a few months with previous release and wait for 26.2 or 26.3. For your app development, test on simulator, that's no risk. You will find plenty of information from Apple, on the web, on what's new in iOS 26.
Jul ’25
Reply to Label I Added in Storyboard Appears nil when I try to Dequeue a Cell Using a Data Source Cell Provider
There seems to be some confusion in your code. In the cell, you call delegate?.incrementNumberOfTaps(index: index) But you don't show where is this func implementation. It should be in class TapGridViewController: UIViewController, TapLabelCollectionViewCellDelegate as delegate is cell.delegate = self self is an instance of TapGridViewController
Topic: UI Frameworks SubTopic: UIKit Tags:
Jul ’25
Reply to How can I get my account unblocked?
What do you expect other developers to do on this ? Nothing, as the forum is not an official channel to Apple. You should contact Apple support directly.
Replies
Boosts
Views
Activity
Jul ’25
Reply to CRC – Network-Driven Climate Impact for Gaming & Social 🚀 One Click at a Time — Introducing the BEST CRC SDK
Sorry, whatever the interest, this has nothing to do in the developers forum. You are trying to engage in a contractual agreement with Apple, so proceed directly with Apple. Developers here don't need to be involved. Have a good day.
Replies
Boosts
Views
Activity
Jul ’25
Reply to 3rd time rejected: Guideline 4.3(a) - Design - Spam
Only you can tell what is in your code. So advice is to analyse why reviewer concluded that: your app shares a similar binary, metadata, and/or concept as apps submitted to the App Store by other developers, with only minor differences They give you some hints. Did you analyse ?
Replies
Boosts
Views
Activity
Jul ’25
Reply to Waiting for review
3 months with no reply is not normal. Did you received at least a mail stating that your app was waiting for review ? If no, that means you have not in fact submitted your app. Submitting has 2 steps: once you have completed all the informations in AppStoreConnect, you click a button to send for review (I don't remember the exact text of the button) then the button's title change to something like "ask for review": you have to click again. In the following minutes you'll receive a mail stating that your App is Ready for Review.
Replies
Boosts
Views
Activity
Jul ’25
Reply to iOS 26 restore
Have a look here: https://discussions.apple.com/thread/256078060?sortBy=rank and here: https://support.apple.com/en-us/108763 But I would be cautious without a backup. So, you may also wait (a couple of months) for an iOS 26 release and upgrade at that time. Your data should be safe. Then, don't forget to make a backup.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to Tahoe Launchpad
You should post a bug report. If enough people request it, may be it could come back ? Otherwise, it is likely than an app will be available with the same and even extended capabilities. Maybe a good app idea for you ? 😉
Replies
Boosts
Views
Activity
Jul ’25
Reply to Help needed: unclear rejections & stalled review
The fact that the app was rejected several times probably doesn't help to speed up review. Did you indicate clearly, in the notes to reviewer, what you explain here ? As a different reviewer may be reviewing the app, that will help him or her to understand the context and not just notice that the app was already rejected 3 times. PS: please note that the developers' forum is not an official channel to Apple, even less to the review team.
Replies
Boosts
Views
Activity
Jul ’25
Reply to Should I Be Worried?
If your iPhone is your main and only device, I do advise NOT to install beta releases. Yes, it can be instable, by nature of a beta. Wait for a full release, and even don't rush to install. You can live a few months with previous release and wait for 26.2 or 26.3. For your app development, test on simulator, that's no risk. You will find plenty of information from Apple, on the web, on what's new in iOS 26.
Replies
Boosts
Views
Activity
Jul ’25
Reply to Problems connecting with Colab Enterprise python notebook on iPad mini
That's not really a question for the developers' forum which about issues with your app development. You'd better: contact Colab support or forum post on Apple Support Community https://discussions.apple.com/welcome
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to How To change my App Icon
change my app icon on the developer account. Not sure to understand what you want. Do you mean the icon of the app on the AppStore ? If so, just change the icon in Xcode before submitting and publishing a new version of the app.
Replies
Boosts
Views
Activity
Jul ’25
Reply to Label I Added in Storyboard Appears nil when I try to Dequeue a Cell Using a Data Source Cell Provider
There seems to be some confusion in your code. In the cell, you call delegate?.incrementNumberOfTaps(index: index) But you don't show where is this func implementation. It should be in class TapGridViewController: UIViewController, TapLabelCollectionViewCellDelegate as delegate is cell.delegate = self self is an instance of TapGridViewController
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to Bring back the white thing that brings "home" on IOS 26
That's not a question for other developers. You'd better post a feedback in Feedback assistant.
Topic: Design SubTopic: General
Replies
Boosts
Views
Activity
Jul ’25
Reply to Primary Language for Unlisted Primary Language App
Please avoid duplicating posts.
Replies
Boosts
Views
Activity
Jul ’25
Reply to Label I Added in Storyboard Appears nil when I try to Dequeue a Cell Using a Data Source Cell Provider
The delegate is of type TapLabelCollectionViewCellDelegate So cell.delegate is of type TapLabelCollectionViewCellDelegate So unless I miss something in your code, self (which is TapGridViewController) must conform as well. Another point: Why don't you put cell.delegate = self cell.index = indexPath.row in CellRegistration handler ?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to Label I Added in Storyboard Appears nil when I try to Dequeue a Cell Using a Data Source Cell Provider
In TapGridViewController, you have: cell.delegate = self delegate is a TapGridViewController In TapLabelCollectionViewCell you declare var delegate: TapLabelCollectionViewCellDelegate? But TapLabelCollectionViewCell does not conform to TapLabelCollectionViewCellDelegate
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’25