Post

Replies

Boosts

Views

Activity

Reply to Rejected App: Guideline 2.1 - Performance - App Completeness
I also encountered this issue while we were working on our (lgspuanhesaplamaa.com.tr) tool app. In our case, the problem was related to how the embedded web content was loading — Apple’s review environment can sometimes block certain requests or external scripts. We fixed it by ensuring all web resources (like APIs, images, and scripts) were loaded over HTTPS and added proper ATS (App Transport Security) exceptions in the Info.plist. After that, it passed review smoothly.
Oct ’25
Reply to WebRTC answerer client ICE gathering event not triggered
Yeah, this seems to be a known Safari WebRTC bug — ICE gathering sometimes doesn’t start automatically after setLocalDescription(). A common workaround is to trigger it manually by adding a dummy data channel or calling createDataChannel() before setting the description. Also make sure you’re using a secure (HTTPS) context, as Safari blocks ICE on insecure origins.
Topic: Safari & Web SubTopic: General
Oct ’25
Reply to Apple Sign In - Double prompt issue
This is a known behavior with PWA wrappers — iOS forces the bottom sheet login for Apple Sign In to ensure secure user auth in WebViews. Unfortunately, usePopup and JS SDK methods don’t bypass that on iOS. The only workaround is to handle Sign in with Apple in Safari directly or use App Clip / native wrapper with proper entitlements for seamless login.
Topic: Safari & Web SubTopic: General Tags:
Oct ’25
Reply to CarPlay Still not Functioning
You might be running into a beta software bug. CarPlay often has issues on beta iOS versions. Try reverting to the latest stable iOS release and reconnecting your Rogue—this usually fixes the problem. If you want to stay on the beta, reporting the issue via Feedback Assistant is the best way to get Apple’s attention.
Topic: Community SubTopic: Apple Developers Tags:
Sep ’25
Reply to Photos app missing
The Photos app is built into iOS and can’t be deleted. If it’s missing, try restarting your iPhone, checking Screen Time restrictions, or resetting Home Screen layout (Settings > General > Transfer or Reset > Reset Home Screen Layout). If that doesn’t fix it, reinstalling the beta or waiting for the next update may help.
Sep ’25
Reply to Screen recording
If the Screen Recording button disappeared, go to Settings > Control Center > Customize Controls (or Settings > Control Center on newer iOS). From there, re-add “Screen Recording.” If it’s still missing, restart your device or check for iOS updates.
Sep ’25