Skip to content

feat: UserAgentArgumentResolver iOS 판별 추가#1603

Merged
Soundbar91 merged 3 commits into
developfrom
feat/1602-user-agent-add-ios
Jun 2, 2025
Merged

feat: UserAgentArgumentResolver iOS 판별 추가#1603
Soundbar91 merged 3 commits into
developfrom
feat/1602-user-agent-add-ios

Conversation

@Soundbar91
Copy link
Copy Markdown
Collaborator

🔥 연관 이슈

🚀 작업 내용

  • 플랫폼 별 리프레쉬 토큰 사전작업으로 UserAgentArgumentResolver에서 iOS를 판별할 수 있도록 작업을 했습니다.

💬 리뷰 중점사항

@github-actions github-actions Bot added Team User 유저 팀에서 작업할 이슈입니다 기능 새로운 기능을 개발합니다. labels Jun 2, 2025
if (userAgent.toLowerCase().contains(indicator.toLowerCase())) {
return "Mobile";
}
String[] mobileIndicators = {"Mobile", "Mobi", "Android", "iPhone", "iOS", "Windows Phone"};
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

이건 클라이언트에서 판독해서 주는건가? 맞나?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

웹은 모르겠는데, 안드랑 ios는 직접 설정한 값으로 주는 거 같아요

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 2, 2025

Unit Test Results

362 tests   361 ✔️  1m 42s ⏱️
  50 suites      1 💤
  50 files        0

Results for commit 2b81e8f.

Copy link
Copy Markdown
Member

@kih1015 kih1015 left a comment

Choose a reason for hiding this comment

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

강업 이후부터 완벽히 식별 가능한거죠?

Copy link
Copy Markdown
Collaborator Author

@Soundbar91 Soundbar91 left a comment

Choose a reason for hiding this comment

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

맞습니다.
IOS는 해당 PR 머지되면 강업이 없어도 식별이 되는데, 안드의 경우 이번에 작업을 해주셔서, 업데이트가 안된 유저의 경우 식별이 안 되서 강업 이후에 된다고 합니다 !

@Soundbar91 Soundbar91 merged commit edea0bc into develop Jun 2, 2025
5 checks passed
@Soundbar91 Soundbar91 deleted the feat/1602-user-agent-add-ios branch June 2, 2025 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Team User 유저 팀에서 작업할 이슈입니다 기능 새로운 기능을 개발합니다.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[유저] UserAgentArgumentResolver에 IOS 조건 추가

3 participants