yozm -> sodalive 로 변경
This commit is contained in:
		@@ -58,7 +58,7 @@ struct SodaLiveApp: App {
 | 
			
		||||
                .onOpenURL { url in
 | 
			
		||||
                    DEBUG_LOG("I have received a URL through a custom scheme! \(url.absoluteString)")
 | 
			
		||||
                    if let scheme = url.scheme {
 | 
			
		||||
                        if scheme == "kr.co.vividnext.yozm" {
 | 
			
		||||
                        if scheme == "kr.co.vividnext.sodalive" {
 | 
			
		||||
                            if let dynamicLink = DynamicLinks.dynamicLinks().dynamicLink(fromCustomSchemeURL: url) {
 | 
			
		||||
                                self.handleIncomingDynamicLink(dynamicLink)
 | 
			
		||||
                            } else {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user