mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-19 12:15:28 +00:00
share checkin_url query parameter name between backend and android
This commit is contained in:
@@ -41,7 +41,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
||||
setup()
|
||||
Branch.getInstance().initSession(launchOptions: launchOptions) { (params, error) in
|
||||
guard let data = params as? [String: AnyObject] else { return }
|
||||
if let checkinUrl = data["checkinUrl"] as? String {
|
||||
if let checkinUrl = data["checkin_url"] as? String {
|
||||
Preferences.newCheckInURL = checkinUrl.removingPercentEncoding
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user