jormungand2006
jormungand2006
**State your question** ・How do I reset the AWSPinpoint endpoints (held in UserDefaults and Keychain) when data is migrated with Quick Start on the iPhone? My understanding is that AWSPinpoint...
@yimajo 度々質問して恐縮ですが、 Dependencyを用いる場合、複数の画面での共通処理はどのようにアプローチするのが良いでしょうか? 例えばアプリで画面が10個あるとして、 その内5個はログインが必須の画面とします。 全画面で用いるような処理の場合は、 BasePresenterやBaseRouterのようなものが欲しくなり、 ログイン必須の画面用にはログイン処理の共通化が欲しくなるので、 BasePresenterを継承したLoginablePresenterを作って、 更に各画面は画面固有の処理があるのならば、LoginablePresenterを継承したHogePresenterを作るイメージでしょうか? もう1つ訊きたいのが、似たような複数の画面がページコンテンツとしてあり、使うAPIは異なるので、 Interactorは別にしたいなと思っているのですが、 例えば、↓のようにではなく、 class ContentBasePresenter: AnyObject { struct Dependency { let wireframe: GithubReposSearchWireframe let githubRepoRecommend: AnyUseCase let githubRepoSearch: AnyUseCase let...
When I try to install Sesame SDK via Swift Package Manager, I get the attached error. I think it's because of [this commitment](https://github.com/CANDY-HOUSE/SesameSDK_iOS_with_DemoApp/commit/bd8dad79e9ca44e52295f691813ccfd9d5096f60#diff-f913940c58e8744a2af1c68b909bb6383e49007e6c5a12fb03104a9006ae677e) that Package.swift was removed, is this an...