Post

Replies

Boosts

Views

Activity

Reply to I need help
When i uninstalled an app made by the developer, i used another app made by the developer Please show the exact error message. Do you mean a different app or a new release of the same app ? How do you try to download ? From appstore ? Directly from Xcode ? Which developer ? Is it someone who developed for you or a developer who published on the appstore ? Have you a way to contact the developer ? the app is trusted. How do you know ? Have a look here: https://medium.com/@jess.parker467/how-to-trust-an-app-on-iphone-a-complete-guide-7c4221cceb3f#:~:text=To%20trust%20an%20app%20on%20iPhone%2C,on%20your%20iPhone%20is%20important.
Aug ’24
Reply to Do I must implement the ability to sign in with apple?
The recent guidelines do not require explicitly to sign with Apple account, but require there is a solution with some characteristics (which are met by Apple sign in). 4.8 ASR & NR Login Services Apps that use a third-party or social login service (such as Facebook Login, Google Sign-In, Sign in with Twitter, Sign In with LinkedIn, Login with Amazon, or WeChat Login) to set up or authenticate the user’s primary account with the app must also offer as an equivalent option another login service with the following features: the login service limits data collection to the user’s name and email address; the login service allows users to keep their email address private as part of setting up their account; and the login service does not collect interactions with your app for advertising purposes without consent. A user’s primary account is the account they establish with your app for the purposes of identifying themselves, signing in, and accessing your features and associated services. Another login service is not required if: Your app exclusively uses your company’s own account setup and sign-in systems. Your app is an alternative app marketplace, or an app distributed from an alternative app marketplace, that uses a marketplace-specific login for account, download, and commerce features. Your app is an education, enterprise, or business app that requires the user to sign in with an existing education or enterprise account. Your app uses a government or industry-backed citizen identification system or electronic ID to authenticate users. Your app is a client for a specific third-party service and users are required to sign in to their mail, social media, or other third-party account directly to access their content. So implementing Apple sign in guarantees compliance but is not mandated per se.
Aug ’24
Reply to Minecraft quit unexpectedly
Welcome to the forum. You should notice that this forum is for developers, to get help or advice on their developments for Apple platforms. It is not a forum about using apps. You'd better contact directly Minecraft or search on their forums. May be the release you use is not compatible with MacOS beta. You should test again when MacOS 15 is released. Good luck (don't forget to close the thread by marking the correct answer).
Topic: Graphics & Games SubTopic: General Tags:
Aug ’24
Reply to Screen Corner Radius Border
It would be much clearer if you showed what you mean. If I understand however, my guess is that you should design some kind of animation, with the final image being the reduced view… In any case, take care of guidelines: 5.2.5ASR & NR Apple Products: Don’t create an app that appears confusingly similar to an existing Apple product, interface (e.g. Finder), app (such as the App Store, iTunes Store, or Messages)
Topic: UI Frameworks SubTopic: General Tags:
Aug ’24
Reply to PullDown menu shows in reverse order when in landscape
Got the answer https://stackoverflow.com/questions/74372108/how-to-force-the-order-of-uikit-pop-up-menu-button-items Yes it is the expected behaviour, due to the available screen space vertically, in order to display the first menu element in the UIMenu closest to the location of the user interaction. To get fixed order (in iOS 16 and later): positionMenu.preferredMenuElementOrder = .fixed
Topic: UI Frameworks SubTopic: UIKit Tags:
Aug ’24
Reply to Three important misses in IOS
Welcome to the forum. As you are new here, you should know that's a forum for developers who need help for developing their app. It is not a forum about products. You should either: file a bug report ask support forum: https://discussions.apple.com/welcome I don't know on which keyboard you are typing, but it is stuttering a lot… TrueCaller is available on Appstore. Which keyboard do you mean ? I use different keyboards on iPhone, which have comma. This being said, it is your freedom to use something else than iOS.
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’24
Reply to Acceptable app updates frequency?
If we take a look at how Apple is doing, as an interesting indication: main apps (Keynote, Numbers, Pages…) are updated every few months. fast changing, as Xcode is updated every 2 months for release version and every 2 weeks for betas. So, a release every 2 or 3 months is probably a good rhythm (may be faster for the very initial releases when app evolves more rapidly - but not every day, probably every week - or in case of major bug correction need).
Aug ’24
Reply to SwiftData error when trying to save array in Model
Could you show more code ?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to I need help
When i uninstalled an app made by the developer, i used another app made by the developer Please show the exact error message. Do you mean a different app or a new release of the same app ? How do you try to download ? From appstore ? Directly from Xcode ? Which developer ? Is it someone who developed for you or a developer who published on the appstore ? Have you a way to contact the developer ? the app is trusted. How do you know ? Have a look here: https://medium.com/@jess.parker467/how-to-trust-an-app-on-iphone-a-complete-guide-7c4221cceb3f#:~:text=To%20trust%20an%20app%20on%20iPhone%2C,on%20your%20iPhone%20is%20important.
Replies
Boosts
Views
Activity
Aug ’24
Reply to Do I must implement the ability to sign in with apple?
The recent guidelines do not require explicitly to sign with Apple account, but require there is a solution with some characteristics (which are met by Apple sign in). 4.8 ASR & NR Login Services Apps that use a third-party or social login service (such as Facebook Login, Google Sign-In, Sign in with Twitter, Sign In with LinkedIn, Login with Amazon, or WeChat Login) to set up or authenticate the user’s primary account with the app must also offer as an equivalent option another login service with the following features: the login service limits data collection to the user’s name and email address; the login service allows users to keep their email address private as part of setting up their account; and the login service does not collect interactions with your app for advertising purposes without consent. A user’s primary account is the account they establish with your app for the purposes of identifying themselves, signing in, and accessing your features and associated services. Another login service is not required if: Your app exclusively uses your company’s own account setup and sign-in systems. Your app is an alternative app marketplace, or an app distributed from an alternative app marketplace, that uses a marketplace-specific login for account, download, and commerce features. Your app is an education, enterprise, or business app that requires the user to sign in with an existing education or enterprise account. Your app uses a government or industry-backed citizen identification system or electronic ID to authenticate users. Your app is a client for a specific third-party service and users are required to sign in to their mail, social media, or other third-party account directly to access their content. So implementing Apple sign in guarantees compliance but is not mandated per se.
Replies
Boosts
Views
Activity
Aug ’24
Reply to SwiftData multiple loop entries not inserting
Please provide enough information so we can understand and help. show more code so that we can test and help ? How is context defined ? How and where is category defined ?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to Best Resources for a Newbie
I reply to let you check whether or not you get a notification. Thanks for the feedback and good learning.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to Guideline 2.3.2 - Performance - Accurate Metadata
Did you explain this in detail in the Message to Reviewer section ?
Replies
Boosts
Views
Activity
Aug ’24
Reply to Cannot download app from testflight
newest mac-version, ios version Please tell version by number as well as Xcode's.
Replies
Boosts
Views
Activity
Aug ’24
Reply to Minecraft quit unexpectedly
Welcome to the forum. You should notice that this forum is for developers, to get help or advice on their developments for Apple platforms. It is not a forum about using apps. You'd better contact directly Minecraft or search on their forums. May be the release you use is not compatible with MacOS beta. You should test again when MacOS 15 is released. Good luck (don't forget to close the thread by marking the correct answer).
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to Its not possible to grant the admin role on a per app basis?
AFAIK, you would have to create different accounts, because effectively admin has an admin role on the whole account.
Replies
Boosts
Views
Activity
Aug ’24
Reply to Screen Corner Radius Border
It would be much clearer if you showed what you mean. If I understand however, my guess is that you should design some kind of animation, with the final image being the reduced view… In any case, take care of guidelines: 5.2.5ASR & NR Apple Products: Don’t create an app that appears confusingly similar to an existing Apple product, interface (e.g. Finder), app (such as the App Store, iTunes Store, or Messages)
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to PullDown menu shows in reverse order when in landscape
Got the answer https://stackoverflow.com/questions/74372108/how-to-force-the-order-of-uikit-pop-up-menu-button-items Yes it is the expected behaviour, due to the available screen space vertically, in order to display the first menu element in the UIMenu closest to the location of the user interaction. To get fixed order (in iOS 16 and later): positionMenu.preferredMenuElementOrder = .fixed
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to I’m travelling!
Welcome to the forum ? You should read carefully this post to learn how to use it properly: https://developer.apple.com/forums/thread/706527
Replies
Boosts
Views
Activity
Aug ’24
Reply to Would like feedback on handling multiple button presses while live activity intent Is processing
There may be something simpler. use .isDisabled modifier on the button. The closure on the modifier should test a Bool State var (busy) ; this var changes according to the request execution status.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to Three important misses in IOS
Welcome to the forum. As you are new here, you should know that's a forum for developers who need help for developing their app. It is not a forum about products. You should either: file a bug report ask support forum: https://discussions.apple.com/welcome I don't know on which keyboard you are typing, but it is stuttering a lot… TrueCaller is available on Appstore. Which keyboard do you mean ? I use different keyboards on iPhone, which have comma. This being said, it is your freedom to use something else than iOS.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to Acceptable app updates frequency?
If we take a look at how Apple is doing, as an interesting indication: main apps (Keynote, Numbers, Pages…) are updated every few months. fast changing, as Xcode is updated every 2 months for release version and every 2 weeks for betas. So, a release every 2 or 3 months is probably a good rhythm (may be faster for the very initial releases when app evolves more rapidly - but not every day, probably every week - or in case of major bug correction need).
Replies
Boosts
Views
Activity
Aug ’24