mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
allow customization of UDID provider webpageURL
and don't mix up SDK and webpage endpoints, but use the right one for each job
This commit is contained in:
@@ -88,7 +88,13 @@ typedef void(^tValidationCompletion)(BOOL validated, NSError *error);
|
||||
*/
|
||||
@property (nonatomic, readonly) NSString *installationIdentification;
|
||||
|
||||
#pragma mark - HandleURL Helper
|
||||
#pragma mark - UDID auth
|
||||
|
||||
/**
|
||||
* baseURL of the webpage the user is redirected to if authenticationType is BITAuthenticatorAuthTypeWebbased
|
||||
* defaults to https://rink.hockeyapp.net but can be overwritten if desired
|
||||
*/
|
||||
@property (nonatomic, strong) NSURL *webpageURL;
|
||||
|
||||
/**
|
||||
* should be used by the app-delegate to forward handle application:openURL:sourceApplication:annotation calls
|
||||
|
||||
Reference in New Issue
Block a user