7 cases matching your filters.
Source
Appeal
Category
Guideline 2.5.5 - Performance. Your multiplayer games matchmaking server is unreachable on IPv6-only networks.
Fix: Updated game server to listen on both IPv4 and IPv6. Client uses getaddrinfo() for DNS resolution instead of hardcoded IPs. Tested matchmaking on IPv6-only network. All network calls use high-level AP...
Guideline 2.1 - Performance - Your app does not function correctly on IPv6-only networks. Several features failed to load during our testing.
Fix: Replaced all hardcoded IP addresses with domain names. Ensured DNS resolution works with both IPv4 and IPv6. Updated our networking layer to use URLSession which handles IPv6 automatically. Tested on...
Guideline 2.5.5 - Performance. Your apps payment processing fails on IPv6-only networks due to hardcoded IPv4 addresses in the payment SDK.
Fix: Updated payment SDK to latest version with IPv6 support. Verified all network calls use hostname resolution rather than hardcoded IPs. Tested complete purchase flow on IPv6-only network using Mac Inte...
Guideline 2.5.5 - Performance. Your app does not support IPv6-only networking. The app was unable to connect to its servers during testing.
Fix: Updated the Unity networking plugin to one that supports both IPv4 and IPv6. Used hostnames instead of IP addresses for all server connections. Tested on a simulated IPv6-only network before resubmitt...
Guideline 2.5.5 - Performance. Your app fails to authenticate users on IPv6-only networks. The Google Sign-In flow does not complete.
Fix: Updated the Google Sign-In plugin to the latest version that properly uses high-level networking APIs compatible with IPv6. Tested on an IPv6-only network using Mac Internet Sharing before resubmissio...
Guideline 2.5.5 - Performance. Your app does not function properly on IPv6-only networks. The app fails to load content when tested on an IPv6-only network with NAT64/DNS64.
Fix: Replaced all hardcoded IP addresses with hostnames. Ensured DNS resolution works with both IPv4 and IPv6. Moved internet-facing services to support IPv6 via load balancer. Tested using Mac Internet Sh...
Guideline 2.5.5 - Performance. The app fails to connect on an IPv6-only network environment.
Fix: Added a CDN in front of Galaxy hosting that handled IPv6 to IPv4 translation. Used Cloudflare proxy which supports IPv6 natively. All API calls went through the IPv6-compatible CDN endpoint.