Url redirect not working

Hi, Very new to ios and not aure what i am talking about, but happy to learn.

I have an app that run an embedded survey. At submission the survey will do a redirect to apple store for app review. This is not working.

Also tried to place a hyperlink to manualy redirect and not working. It just does not react.

Any ideas where to start? Thanks.

Replies

If your app is using a Safari View Controller to display the survey or redirect URLs, ensure that the delegate methods are correctly implemented. Check if any errors are being reported through the delegate methods, such as safariViewController:didCompleteInitialLoad:. that the URL you are trying to redirect to is using HTTPS, or add an exception to the ATS settings if necessary. also try summate your URL with other online tool such as https://redirectchecker.com/ to get its detail redirection report.