Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Roblox App ID and URL pair #844

Closed
wants to merge 2 commits into from
Closed

Conversation

andylin2004
Copy link
Contributor

Overall Checklist

This is Roblox's iOS app, which iOS seems to have some issues when it comes to detecting that a login session is going on and that the user is requested to put a 2FA code in.

Here's the entitlements:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
  <dict>
    <key>application-identifier</key>
    <string>7L5Z22E4SQ.com.roblox.robloxmobile</string>
    <key>aps-environment</key>
    <string>production</string>
    <key>com.apple.developer.associated-domains</key>
    <array>
      <string>applinks:go.roblox.com</string>
      <string>applinks:ro.blox.com</string>
      <string>applinks:roblox.onelink.me</string>
      <string>applinks:www.roblox.com</string>
      <string>webcredentials:roblox.com</string>
    </array>
    <key>com.apple.developer.authentication-services.autofill-credential-provider</key>
    <true/>
    <key>com.apple.developer.storekit.request-data</key>
    <true/>
    <key>com.apple.developer.team-identifier</key>
    <string>2CFABCH843</string>
    <key>com.apple.security.application-groups</key>
    <array>
      <string>group.com.roblox.robloxmobile</string>
    </array>
  </dict>
</plist>

@andylin2004 andylin2004 changed the title added roblox app id and URL Added Roblox App ID and URL pair Oct 28, 2024
@rmondello
Copy link
Contributor

@andylin2004 It’s unlikely that this change will resolve the issue that you’re seeing in the Roblox app. It’s much more likely that iOS’s AutoFill heuristics aren’t seeing the 2FA field as a one-time code field. Would you mind filing a Feedback report with Apple?

@rmondello
Copy link
Contributor

Closing for now. Please re-open when you respond!

@rmondello rmondello closed this Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants