You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The system rating dialog support has been implemented in #265 but is disconnected until the team decides to bring this feature to the production/test flight app.
Triggering of the logic is pretty simple, we just need to call proper Home actions, ideally from Root's didFinishLaunching as
EffectTask(value:.home(.resolveReviewRequest))
We also need to connect sdkSynchronizer.eventStream() and look for case foundTransactions. When valid, we pass
EffectTask(value:.home(.foundTransactions))
to the Home.
The text was updated successfully, but these errors were encountered:
LukasKorba
added a commit
to LukasKorba/secant-ios-wallet
that referenced
this issue
Apr 4, 2023
- update of SPM
[Electric-Coin-Company#265] Integrate App Rating Alert
- async adaptations of the latest sdk
- review request TCA dependency added
- set of rules for the triggering the app rating dialog
- deeplinks commented out for now
- WIP for the tests
[Electric-Coin-Company#265] Integrate App Rating Alert
- unit tests fixed
- deeplinks fixed
[Electric-Coin-Company#265] Integrate App Rating Alert
- unit tests for the review request client
- app review request logic disconnected from the production for now
[Electric-Coin-Company#265] Integrate App Rating Alert (Electric-Coin-Company#704)
- added the TODO for the triggering
The system rating dialog support has been implemented in #265 but is disconnected until the team decides to bring this feature to the production/test flight app.
Triggering of the logic is pretty simple, we just need to call proper
Home
actions, ideally from Root'sdidFinishLaunching
asWe also need to connect
sdkSynchronizer.eventStream()
and look for case foundTransactions. When valid, we passto the
Home
.The text was updated successfully, but these errors were encountered: