Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

10.6 Details We noticed that the user is taken to Safari to sign in or register for an account, which provides a poor user experience

My app got rejected because of the following reason.

10.6 Details We noticed that the user is taken to Safari to sign in or register for an account, which provides a poor user experience.

Next Steps

Please revise your app to enable users to sign in or register an account in the app.

We recommend implementing the Safari View Controller API to display web content within your app. The Safari View Controller allows the display of a URL and inspection of the certificate from an embedded browser in an app so that customers can verify the webpage URL and SSL certificate to confirm they are entering their sign in credentials into a legitimate page.

Resources

For additional information on the Safari View Controller API, please see the webpage, What’s New in Safari.

I am using Facebook and Google plus sign in. Is this because of Facebook or Google Plus sign in? Because if there is no Facebook/Google plus app installed on users device, it will launch Safari/default browser for Facebook/Google+ login page. My previous binary built was approved by apple and till now i haven't make any changes on signIn/register flow.

I am considering to implement what they recommended but cant get my head straight with, Safari View Controller API to display web content within your app. How to display Facebook/Google+ login page using Safari View controller? I am kind of stuck here. If anyone can share any bit of idea regarding this issue will be highly appreciated.

like image 386
Vashum Avatar asked Oct 23 '15 08:10

Vashum


1 Answers

I also faced with same problem, in my case app rejected because of google+ signin. I implement new SDK , I uploaded new version and its successfully worked. Find link here

like image 52
Meera Avatar answered Dec 21 '22 23:12

Meera