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

レビュー訴求をできるようにする - とりあえずレビューできるようにActivityにInject #324

Merged
merged 3 commits into from
Nov 6, 2023

Conversation

kosenda
Copy link
Owner

@kosenda kosenda commented Nov 6, 2023

Issue

Overview

  • レビューするためのクラス(InAppReviewManager)を作成した
  • ActivityComponentにしたことでActivityにInjectした
  • なんとなくでktxを使うことにした
  • テストは今回 しない(実機でレビューが表示されることは確認済み)
  • テストコードも今回追加しない
  • 現在はアプリを起動したら毎回レビュー出るようになっているが、次のPRで制御する

Reference

@kosenda kosenda changed the title レビュー訴求をできるようにする - InAppReviewManagerをActivityにInject レビュー訴求をできるようにする - とりあえずレビューできるようにActivityにInject Nov 6, 2023
@@ -72,6 +74,7 @@ class MainActivity : AppCompatActivity() {
CoroutineScope(Dispatchers.Default).launch {
delay(800L)
isAnimateSplash = false
inAppReviewManager.requestReview()
Copy link
Owner Author

@kosenda kosenda Nov 6, 2023

Choose a reason for hiding this comment

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

とりあえずここでレビューをリクエストするようにした
次のPRで変更する

@KSNDBOT
Copy link
Collaborator

KSNDBOT commented Nov 6, 2023

1 Warning
⚠️ No coverage data found for ksnd/hiraganaconverter/core/domain/inappreview/InAppReviewManager

JaCoCo Code Coverage 72.91% ✅

Class Covered Meta Status
ksnd/hiraganaconverter/core/domain/inappreview/InAppReviewManager No coverage data found : -% No coverage data found : -% 🃏
ksnd/hiraganaconverter/viewmodel/MainActivityViewModel 33% 0%
ksnd/hiraganaconverter/core/data/inappreview/InAppReviewManagerImpl 0% 0%

Generated by 🚫 Danger

@kosenda kosenda merged commit f38230d into main Nov 6, 2023
@kosenda kosenda deleted the feature/apply-in-app-review branch November 6, 2023 15:50
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.

2 participants