Browse Source

Merge pull request 'テスト' (#1) from feature/feature1 into develop

Reviewed-on: miyazaki/PushTranspoter#1
pull/2/head
miyazaki 6 months ago
parent
commit
afe8bc2310
  1. 2
      PushTranspoter/AppDelegate.swift

2
PushTranspoter/AppDelegate.swift

@ -44,6 +44,8 @@ extension AppDelegate: UNUserNotificationCenterDelegate {
let deviceTokenString = tokenComponents.joined()
print(deviceTokenString)
print(deviceTokenString)
}
}
Loading…
Cancel
Save