ソースを参照

Change the link from partnerdash.google.com to a appdistribution.firebase.dev (#6218)

Cleo Schneider 5 年 前
コミット
e131a19810
1 ファイル変更1 行追加1 行削除
  1. 1 1
      FirebaseAppDistribution/Sources/FIRAppDistribution.m

+ 1 - 1
FirebaseAppDistribution/Sources/FIRAppDistribution.m

@@ -150,7 +150,7 @@ NSString *const kFIRFADSignInStateKey = @"FIRFADSignInState";
     }
 
     NSString *requestURL = [NSString
-        stringWithFormat:@"https://partnerdash.google.com/apps/appdistribution/pub/apps/%@/"
+        stringWithFormat:@"https://appdistribution.firebase.dev/nba/pub/apps/%@/"
                          @"installations/%@/buildalerts?appName=%@",
                          [[FIRApp defaultApp] options].googleAppID, identifier, [self getAppName]];