I have implemented Firebase Storage in my React Native project to play audio, and it is functioning properly on all of our devices.
However, during the Apple review process, they reported that they were unable to access the audio from Firebase since they are using the ipv6 network to test the app.
Guideline 2.1 - Performance - App Completeness
We continue to find that one or more bugs in your app. Specifically, the activity indicator spun indefinitely when we taped on the speaker button. Please review the details below and complete the next steps.
Update:
I tried to set up a NAT64 network on my local computer, but it is not working. Also, when I connect my iPhone to the network, it is unable to reach the internet.
Supporting URLs:
https://developer.apple.com/forums/thread/725134
https://developer.apple.com/support/ipv6/
Please help me out.