Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Do Not Merge] MBX-3751: WebView Example #475

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

justSmK
Copy link
Contributor

@justSmK justSmK commented Dec 3, 2024

[iOS]: Example для интеграции WebView#3751

@justSmK justSmK marked this pull request as draft December 3, 2024 14:44
endpoint: "Mpush-test.ReleaseExample.IosApp",
domain: "api.mindbox.ru",
endpoint: "Test-staging.Test01",
domain: "api-staging.mindbox.ru",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

дававй тут обратно вернем на эндпоинт экзампла

@justSmK
Copy link
Contributor Author

justSmK commented Dec 4, 2024

Ветка в инструкциях

https://github.com/mindbox-cloud/ios-sdk/tree/webView_integration

@Vailence
Copy link
Collaborator

Vailence commented Dec 4, 2024

Я бы тут предложил сделать что-нибудь типа example/MBX-Bla-bla-bla
И так на всех платформах

@justSmK
Copy link
Contributor Author

justSmK commented Dec 4, 2024

Я бы тут предложил сделать что-нибудь типа example/MBX-Bla-bla-bla И так на всех платформах

Я сделал копирку с Android, Flutter.
https://github.com/mindbox-cloud/android-sdk/pull/513/files

Тогда надо всё переименовывать.

func syncMindboxDeviceUUIDs() {
Mindbox.shared.getDeviceUUID { [weak webView] uuid in
guard let webView, !uuid.isEmpty else {
Logger.common(message: "[WebView]: Device UUID is empty or invalid", level: .error)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

У нас есть публичный метод
Mindbox.logger.log
Импорт логгера не нужен


@Observable final class ViewModel {

weak var webView: WKWebView?
Copy link
Collaborator

@Vailence Vailence Dec 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Насколько логично докапываться до тестового функционала?)
Как будто совсем не логично)
просто для инфы
webView во viewModel рушит логику MVVM

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А если переделать, то как лучше? Через delegate? Или прям в каждый метод передавать ссылку на webView напрямую и не хранить его во ViewModel?

@Vailence
Copy link
Collaborator

Vailence commented Dec 4, 2024

Да, переименуйте везде. Потому что мы потом забудем и снесем ее нафиг. А одинаковые названия веток в example нас на что-нибудь натолкнут

@justSmK
Copy link
Contributor Author

justSmK commented Dec 4, 2024

Убрал лишний метод, поменял логгер, чутка изменил ViewModel, вынес WKNavigationDelegate в расширение для удобства.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants