iOS アプリで奇妙な問題に直面しています。アプリが開いているときにユーザーがスリープ/スリープ解除ボタンを押すと、アプリが呼び出されます
applicationWillResignActive
applicationDidEnterBackground
ユーザーが右にスワイプして画面のロックを解除すると、アプリが呼び出されます
applicationWillEnterForeground
applicationDidBecomeActive
その後、コンソールに次のエラーが出力されます。
PBRequester failed with Error Error Domain=NSURLErrorDomain Code=-1003 "A server with the specified hostname could not be found." UserInfo=0x1cdfbc00 {NSErrorFailingURLStringKey=https://gsp10-ssl.apple.com/use, NSErrorFailingURLKey=https://gsp10-ssl.apple.com/use, NSLocalizedDescription=A server with the specified hostname could not be found., NSUnderlyingError=0x1cddca10 "A server with the specified hostname could not be found."}
このエラーは、指定されたホスト名が見つからなかったことを示しています。しかし、どのホスト名ですか?https://gsp10-ssl.apple.com/useまたは Web サービスに使用しているホスト名ですか?
このエラーをデバッグし、その原因を特定するにはどうすればよいですか?