naver / nam-sdk-ios

Other
4 stars 3 forks source link

SDK 초기화 호출시 에러 문의 #2

Closed kwonjae-lee closed 2 years ago

kwonjae-lee commented 2 years ago

[호출]

GFPAdManager.setup(withPublisherCd: "2581764749", target: nil) { error in

    if let error = error {

        print("error: \(error)")

    }

}

[에러]

error: [GFPError Code=2310 CodeName=GFPErrorRequestInitInfo UserInfo={"NSUnderlyingError" = Error Domain=NSURLErrorDomain Code=-1003 "A server with the specified hostname could not be found." UserInfo={_kCFStreamErrorCodeKey=8, NSUnderlyingError=0x2832b1b60 {Error Domain=kCFErrorDomainCFNetwork Code=-1003 "(null)" UserInfo={_NSURLErrorNWPathKey=satisfied (Path is satisfied), interface: en0, ipv4, dns, _kCFStreamErrorCodeKey=8, _kCFStreamErrorDomainKey=12}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <90F5B2DD-DCF7-4315-A3F0-1FF3BEDD3879>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=(

    "LocalDataTask <90F5B2DD-DCF7-4315-A3F0-1FF3BEDD3879>.<1>"

), NSLocalizedDescription=A server with the specified hostname could not be found., NSErrorFailingURLStringKey=https://nam.veta.naver.com/is/v1, NSErrorFailingURLKey=https://nam.veta.naver.com/is/v1, _kCFStreamErrorDomainKey=12};

}]
shhan-sys commented 2 years ago

서버 변경하여 0.0.3 배포하도록 하겠습니다~

shhan-sys commented 2 years ago

0.0.3 배포되었습니다~

hm138 commented 2 years ago

정상 동작 확인 하였습니다. 감사합니다.