Improve pairing messages

This commit is contained in:
Cameron Gutman
2019-05-27 10:27:10 -07:00
parent 8bb49ada11
commit ff52adf4f8
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@
}
if ([serverInfoResp isStatusOk]) {
if ([[serverInfoResp getStringTag:@"state"] hasSuffix:@"_SERVER_BUSY"]) {
[_callback pairFailed:@"You must stop streaming before attempting to pair."];
[_callback pairFailed:@"You cannot pair while a previous session is still running on the host PC. Quit any running games or reboot the host PC, then try pairing again."];
} else if (![[serverInfoResp getStringTag:@"PairStatus"] isEqual:@"1"]) {
NSString* appversion = [serverInfoResp getStringTag:@"appversion"];
if (appversion == nil) {