Skip to content

Commit 3f7a45e

Browse files
committed
๐Ÿ”ง [chore] ํผ๋ฏธ์…˜๋ทฐ์—์„œ ์œ„์น˜๊ถŒํ•œ ๋ฌผ์–ด๋ณด๊ฒŒ ์ˆ˜์ •
1 parent ce4ad28 commit 3f7a45e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

โ€ŽFitfty/Projects/Auth/Sources/Permission/AuthPermissionViewController.swiftโ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,16 @@ final public class AuthPermissionViewController: UIViewController {
4242
@objc
4343
private func didTapNextButton() {
4444
requestTrackingPermission()
45+
requestLocationPermission()
4546

4647
coordinator.pushOnboardingFlow()
4748
}
4849

4950
private func requestTrackingPermission() {
5051
ATTrackingManager.requestTrackingAuthorization { _ in }
5152
}
53+
54+
private func requestLocationPermission() {
55+
LocationManager.shared.requestWhenInUseAuthorization()
56+
}
5257
}

0 commit comments

Comments
ย (0)