diff --git a/Sources/App/Classes/Library/License Manager/Standalone/TLOLicenseManagerDownloader.m b/Sources/App/Classes/Library/License Manager/Standalone/TLOLicenseManagerDownloader.m index ef37f1d43..417f1f8dd 100644 --- a/Sources/App/Classes/Library/License Manager/Standalone/TLOLicenseManagerDownloader.m +++ b/Sources/App/Classes/Library/License Manager/Standalone/TLOLicenseManagerDownloader.m @@ -669,7 +669,11 @@ - (BOOL)populateRequestPostData:(NSMutableURLRequest *)connectionRequest NSString *applicationVersion = [TPCApplicationInfo applicationVersion].percentEncodedString; +#if TEXTUAL_BUILT_WITH_LICENSE_MANAGER == 1 NSString *authorization = TLOLicenseManagerAuthorizationCode(); +#else + NSString *authorization = @""; +#endif NSString *requestBodyString = nil;