Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ - (NSError *)errorForCode:(NSUInteger)code userInfo:(NSDictionary *)userInfo {
}

- (NSURL *)appCreateURL {
// https://api.crashlytics.com/spi/v1/platforms/mac/apps/com.crashlytics.mac
// https://update.crashlytics.com/spi/v1/platforms/mac/apps/com.crashlytics.mac

FIRCLSURLBuilder *url = [FIRCLSURLBuilder URLWithBase:self.appEndpoint];

Expand All @@ -176,7 +176,7 @@ - (NSURL *)appCreateURL {
}

- (NSURL *)appUpdateURL {
// https://api.crashlytics.com/spi/v1/platforms/mac/apps/com.crashlytics.mac
// https://update.crashlytics.com/spi/v1/platforms/mac/apps/com.crashlytics.mac

FIRCLSURLBuilder *url = [FIRCLSURLBuilder URLWithBase:[self appEndpoint]];

Expand Down
2 changes: 1 addition & 1 deletion Crashlytics/Shared/FIRCLSConstants.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

// Endpoints
NSString* const FIRCLSSettingsEndpoint = @"https://firebase-settings.crashlytics.com";
NSString* const FIRCLSConfigureEndpoint = @"https://api.crashlytics.com";
NSString* const FIRCLSConfigureEndpoint = @"https://update.crashlytics.com";
NSString* const FIRCLSReportsEndpoint = @"https://reports.crashlytics.com";

// Network requests
Expand Down