앱스플라이어 딥링크 설정

This commit is contained in:
Yu Sung
2025-03-06 15:13:26 +09:00
parent d019f44a0e
commit d7c8f4ad40
5 changed files with 48 additions and 6 deletions

View File

@@ -102,6 +102,8 @@ struct SplashView: View {
AppState.shared.setAppStep(step: .creatorDetail(userId: AppState.shared.pushChannelId))
} else if AppState.shared.pushAudioContentId > 0 {
AppState.shared.setAppStep(step: .contentDetail(contentId: AppState.shared.pushAudioContentId))
} else if AppState.shared.pushSeriesId > 0 {
AppState.shared.setAppStep(step: .seriesDetail(seriesId: AppState.shared.pushSeriesId))
} else {
AppState.shared.setAppStep(step: .main)
}