issues
search
GolosChain
/
golos-ios
MIT License
2
stars
0
forks
source link
Изучить возможности SafariServices
#136
Open
NickShtefan
opened
6 years ago
NickShtefan
commented
6 years ago
Задачи:
изучить возможности передачи данных между приложением и web view экраном.
Monserg
commented
6 years ago
Ссылки:
SFSafariViewController and OAuth – the Instagram example
HOW TO LOGIN USER AUTOMATICALLY INTO THE APP WITH SFSAFARIVIEWCONTROLLER ON IOS 9
1.1. Safari Services
iOS 11, Privacy and Single Sign On
SFAuthenticationSession-example
Handling Web Authentication with the new AuthenticationServices
SFAuthenticationSession-Instagram-Oauth
Authorization callback URL GitHub
iOS Dev Nugget 256 SFAuthenticationSession for Login Protocols and Single Sign On
IOS: Открываем Deep Link’и, Notification’ы И Shortcut’ы
Monserg
commented
6 years ago
[x] Уточнения:
ссылка на веб-форму новой регистрации
;
экран №1: какие события нужно отловить и отработать в мобильном приложении?
Monserg
commented
5 years ago
[x] Выполнено:
для отображения веб-страницы регистрации нового пользователя заменил 'SafariService' на 'WKWebView';
добавил обработчик событий, связанных со сменой URL.
Задачи: