Mobile Config file corruption
-
developer404 last edited by
Hello, everyone!
I'm encountering a perplexing problem with downloading .mobileconfig WiFi profile files through a direct link in my ReactJS web application. This functionality works flawlessly on Google Chrome, Safari, and Edge across iPhone and iPad devices. However, when attempting the same on Opera for iOS, the downloaded file becomes corrupted and unrecognizable as a .mobileconfig file.
The download mechanism is implemented using a simple anchor tag that points directly to the file on the server. Interestingly, only in Opera on iOS, the content of the .mobileconfig file gets altered during the download process, leading to corruption.
I'm keen to understand why this issue is occurring specifically with Opera on iOS and how to resolve it. Has anyone else faced a similar challenge or have any insights on how to ensure the file downloads correctly on all browsers, including Opera on iOS? Any advice or suggestions would be greatly appreciated!
Thank you in advance for your help!