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.
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.
May ’21
Reply to Using camera app for App Clips
FYI App Clips Resolved in iOS & iPadOS 14.4 Beta In addition to using Code Scanner, you can now launch a local experience via Camera, NFC, Safari Smart App Banner, or iMessage. (68962905) Local Experience instructions: https://developer.apple.com/documentation/app_clips/testing_your_app_clip_s_launch_experience
Jan ’21