Post

Replies

Boosts

Views

Activity

Reply to Help!!
All dimensions of iPhones here : https://www.ios-resolution.com Ans detailed spec of 15 Pro max: https://www.gsmarena.com/apple_iphone_15_pro_max-12548.php But you want the dimension of a rear glass. It seems to be the same as the front glass. If you look for dimensions of the cameras bump, you could evaluate it using the image below and knowing the overall dimension. But the safest may be to go in a shop and measure it.
Jul ’24
Reply to Ignoring internal / private API classes
I need to ignore Apple internal classes that are in the view hierarchy: What is the purpose ? IMO, that would be pretty risky as you don't know which classes are called, hence you could trigger unwanted action. And if this shows in review, I do think you have a risk of rejection. Guidelin 4.4.2 is about extensions, but give a hint of what is checked: 4.4.2ASR & NR Safari extensions must run on the current version of Safari on the relevant Apple operating system. They may not interfere with System or Safari UI elements and must never include malicious or misleading content or code. Violating this rule will lead to removal from the Apple Developer Program.
Jul ’24
Reply to Apple form for app name dispute doesn’t work?
Does the Apple Form work? Which form is it ? Who holds the account under which the app was registered ? If it is the other person, he has ownership of the name. My further comments assume that the other owns the account. You say you have EUIPO ownership. As EUIPO is for a transfer, does that mean the other person has signed such a transfer ? AFAIK, Apple cannot force so to delete the app (unless they consider the app or account violated the appstore rules). But in your case, you have a dispute. If I understand, that means that the other person has not signed the transfer agreement. If so, Apple will probably do nothing. Note that you cannot submit the same app under a new name ; it would be rejected as spam. So you have to terminate the dispute and have him effectively remove the app. That may require filing a suite and go to court.
Jul ’24
Reply to Best Resources for a Newbie
No need for paid courses, at least to start. You need: a Mac download Xcode get a developer enrolment (if it is for your own apps, not to publish, you can get it free. Then search for Apple material : https://developer.apple.com/pathways/ Probably, you will want to start with SwiftUI. Wish you good start.
Topic: Community SubTopic: Apple Developers Tags:
Jul ’24
Reply to Math notes
Welcome to the forum. Do you call for some help ? If so, please provide useful information. Your present post is nearly useless. what do you mean by 'broader mathematical term' ? please, show the formula explain where you evaluate: in an app ? in playground ? in calculator app (likely, seeing your other post) ? elsewhere ? in addition, provide a screenshot.
Jul ’24
Reply to Efficiently accounting for different iOS versions
I have not found a really good solution to this. For the time being, I just ignore the warning. You may try to create your own modifier, where you would have the test for version. https://www.hackingwithswift.com/books/ios-swiftui/custom-modifiers   Additionally, in a newer project, I don't have to include the if #available(iOS 17.0, *) { }, so I'm guessing the build is made for a newer iOS. If that's the case, would it not be compatible with older iOS versions? It is not a question of new project. It is related to the minimum target you define. Or you can set minimum target to iOS 17 (but not so good).
Topic: Design SubTopic: General Tags:
Jul ’24
Reply to App getting rejected
Do you mean that the app is NOT intended to be used by a specific business or organization, including partners, clients, or employees ? If so, you should explain it with convincing arguments in the comments to reviewer. But first, try to imagine why reviewer came to that conclusion, that will help write a more convincing explanation. Good luck.
Jul ’24
Reply to Can't delete my app
There is no attached image… Removal is done via Pricing and availability page. Is it where you go ? REad here: https://developer.apple.com/help/app-store-connect/manage-your-apps-availability/manage-availability-for-your-app-on-the-app-store Remove your app from the App Store in all countries or regions From Apps, select your app. The page opens with the Distribution tab selected. In the sidebar, click Pricing and Availability. Scroll to the bottom of the page, and click Remove App From Sale.
Jul ’24
Reply to About Apple's Review
They explain precisely the bug. So you should test on a real device.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Help!!
All dimensions of iPhones here : https://www.ios-resolution.com Ans detailed spec of 15 Pro max: https://www.gsmarena.com/apple_iphone_15_pro_max-12548.php But you want the dimension of a rear glass. It seems to be the same as the front glass. If you look for dimensions of the cameras bump, you could evaluate it using the image below and knowing the overall dimension. But the safest may be to go in a shop and measure it.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Ignoring internal / private API classes
I need to ignore Apple internal classes that are in the view hierarchy: What is the purpose ? IMO, that would be pretty risky as you don't know which classes are called, hence you could trigger unwanted action. And if this shows in review, I do think you have a risk of rejection. Guidelin 4.4.2 is about extensions, but give a hint of what is checked: 4.4.2ASR & NR Safari extensions must run on the current version of Safari on the relevant Apple operating system. They may not interfere with System or Safari UI elements and must never include malicious or misleading content or code. Violating this rule will lead to removal from the Apple Developer Program.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Prompt the user to configure a pin for their phone
I don't think there is and hope there will never be. That would be a security weakness to let anyone know what security level they have set. And even worse, have an app that let him set its pin (with possibility to steal it) !!! Why would you have to know ?
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to Apple form for app name dispute doesn’t work?
Does the Apple Form work? Which form is it ? Who holds the account under which the app was registered ? If it is the other person, he has ownership of the name. My further comments assume that the other owns the account. You say you have EUIPO ownership. As EUIPO is for a transfer, does that mean the other person has signed such a transfer ? AFAIK, Apple cannot force so to delete the app (unless they consider the app or account violated the appstore rules). But in your case, you have a dispute. If I understand, that means that the other person has not signed the transfer agreement. If so, Apple will probably do nothing. Note that you cannot submit the same app under a new name ; it would be rejected as spam. So you have to terminate the dispute and have him effectively remove the app. That may require filing a suite and go to court.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Best Resources for a Newbie
No need for paid courses, at least to start. You need: a Mac download Xcode get a developer enrolment (if it is for your own apps, not to publish, you can get it free. Then search for Apple material : https://developer.apple.com/pathways/ Probably, you will want to start with SwiftUI. Wish you good start.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to Apple Intelligence
There is very little we can do on the forum. Ask support and request to be called you by phone. IMHO, it is better to first book the spot in Apple, then buy the ticket…
Replies
Boosts
Views
Activity
Jul ’24
Reply to Math notes
Welcome to the forum. Do you call for some help ? If so, please provide useful information. Your present post is nearly useless. what do you mean by 'broader mathematical term' ? please, show the formula explain where you evaluate: in an app ? in playground ? in calculator app (likely, seeing your other post) ? elsewhere ? in addition, provide a screenshot.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Calculator
You should file a bug report.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Efficiently accounting for different iOS versions
I have not found a really good solution to this. For the time being, I just ignore the warning. You may try to create your own modifier, where you would have the test for version. https://www.hackingwithswift.com/books/ios-swiftui/custom-modifiers   Additionally, in a newer project, I don't have to include the if #available(iOS 17.0, *) { }, so I'm guessing the build is made for a newer iOS. If that's the case, would it not be compatible with older iOS versions? It is not a question of new project. It is related to the minimum target you define. Or you can set minimum target to iOS 17 (but not so good).
Topic: Design SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to Can't remove back button title, nor change tint color when pushing UIViewController from SwiftUI view via UIViewControllerRepresentable
In SwiftUI, you can hide the button with: .navigationBarBackButtonHidden(true) https://sarunw.com/posts/hide-navigation-back-button-in-swiftui/#:~:text=To%20hide%20a%20navigation%20back%20button%20in%20SwiftUI%2C%20we%20apply,(true)%20to%20the%20DetailView%20.
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Jul ’24
Reply to Xcode predictive code completion model never finishes downloading
Did you see this, suggesting to temporarily disable optimized battery charging on iPhone.: https://forums.developer.apple.com/forums/thread/756731 Hope that can help.
Replies
Boosts
Views
Activity
Jul ’24
Reply to App getting rejected
Do you mean that the app is NOT intended to be used by a specific business or organization, including partners, clients, or employees ? If so, you should explain it with convincing arguments in the comments to reviewer. But first, try to imagine why reviewer came to that conclusion, that will help write a more convincing explanation. Good luck.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Xcode predictive code completion model never finishes downloading
Predictive code completion requires a Mac with Apple silicon, running macOS 15. Did you install MacOS 15 ? AFAIK, the model is 2.5 GB. so over a 5 mbps (bits, not Bytes), that require at least 1 hour at full speed, so practically probably 2 or 3 hours, if it can complete. But yes, a progress bar should be a good thing.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Can't delete my app
There is no attached image… Removal is done via Pricing and availability page. Is it where you go ? REad here: https://developer.apple.com/help/app-store-connect/manage-your-apps-availability/manage-availability-for-your-app-on-the-app-store Remove your app from the App Store in all countries or regions From Apps, select your app. The page opens with the Distribution tab selected. In the sidebar, click Pricing and Availability. Scroll to the bottom of the page, and click Remove App From Sale.
Replies
Boosts
Views
Activity
Jul ’24