Post

Replies

Boosts

Views

Activity

Reply to App Store Review Guideline 5.1.1(v): What is understood as OFFERING the account deletion WITHIN the app
Met with App Review today, the spirit of the rule is that if you have an account creation feature, you need to have a matching deletion feature. Account deletion does not necessarily need to be instant, but the timeline and what happens with the customer's data must be clear. In any case, the deletion needs to begin in the app (IMO this prevents linking to Safari or Mail since that does not actually start the process, just navigates to where you can start).
Dec ’21
Reply to M1 ipad pro 128gb pubg glitch
Hello Shahsaood, This forum is intended for developers to discuss creating software for Apple platforms, so questions unrelated to development would be a better fit for discussions.apple.com As for the glitch, you should contact the developer directly and see what they recommend.
Topic: App & System Services SubTopic: Core OS Tags:
May ’21
Reply to UIPasteboard.general no longer accessible from INExtension?
Just a guess, for what it's worth. Maybe there are some import that changed and you may have to explicitly add some import declaration (can't tell which)? Thanks for replying Claude. After looking into it, this seems to be an internal UIKit change as I can use the UIPasteboard API normally, it just won't connect to the system clipboard.
Topic: UI Frameworks SubTopic: UIKit Tags:
May ’21
Reply to UIPasteboard.general no longer accessible from INExtension?
Definitely not as seamless UX wise, but I found a workaround. Right now I am using the .continueInApp response code in my extension swift completion(MyIntentResponse(code: .continueInApp, userActivity: nil)) and then handling the automatically generated NSUserActivity in the SceneDelegate with swift func scene(_ scene: UIScene, continue userActivity: NSUserActivity) when the app is already running and checking connectionOptions.userActivities in willConnectToScene for when the app is just launched. I will be filing a technical support incident and see what happens.
Topic: UI Frameworks SubTopic: UIKit Tags:
May ’21
Reply to Issues with AVPlayerViewController on iOS 17
Also seeing this error with Xcode 15 and iOS 17 simulator.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to Xcode 14 RC and iOS 15.7 won't prepare watch for development
Having a similar issue with Xcode 14 release from the App Store. It shows something about watch metadata, then stops after failing to prepare the phone (says the OS version is not compatible).
Replies
Boosts
Views
Activity
Sep ’22
Reply to App Store Review Guideline 5.1.1(v): What is understood as OFFERING the account deletion WITHIN the app
Met with App Review today, the spirit of the rule is that if you have an account creation feature, you need to have a matching deletion feature. Account deletion does not necessarily need to be instant, but the timeline and what happens with the customer's data must be clear. In any case, the deletion needs to begin in the app (IMO this prevents linking to Safari or Mail since that does not actually start the process, just navigates to where you can start).
Replies
Boosts
Views
Activity
Dec ’21
Reply to Prevent scroll position from resetting when perform UITextView typing in UICollectionView
I understand you are not dealing with static sized cells, but for anyone else who stumbles upon this... This may sound obvious, but in my experience the jumping only occurs when a cell size changes during a layout reset. So instead of using .estimated, I used .absolute with the same value (it was a static sized cell) and the jumping stopped.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to UIPasteboard.general no longer accessible from INExtension?
No changes in the second iOS 15 beta.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’21
Reply to UIPasteboard.general no longer accessible from INExtension?
Still occurs in the first iOS 15 beta. I would appreciate it if everyone affected by this issue could file a feedback 🙂
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to M1 ipad pro 128gb pubg glitch
Hello Shahsaood, This forum is intended for developers to discuss creating software for Apple platforms, so questions unrelated to development would be a better fit for discussions.apple.com As for the glitch, you should contact the developer directly and see what they recommend.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’21
Reply to UIPasteboard.general no longer accessible from INExtension?
Just a guess, for what it's worth. Maybe there are some import that changed and you may have to explicitly add some import declaration (can't tell which)? Thanks for replying Claude. After looking into it, this seems to be an internal UIKit change as I can use the UIPasteboard API normally, it just won't connect to the system clipboard.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
May ’21
Reply to UIPasteboard.general no longer accessible from INExtension?
Definitely not as seamless UX wise, but I found a workaround. Right now I am using the .continueInApp response code in my extension swift completion(MyIntentResponse(code: .continueInApp, userActivity: nil)) and then handling the automatically generated NSUserActivity in the SceneDelegate with swift func scene(_ scene: UIScene, continue userActivity: NSUserActivity) when the app is already running and checking connectionOptions.userActivities in willConnectToScene for when the app is just launched. I will be filing a technical support incident and see what happens.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
May ’21