} else if (Platform.OS === 'ios') {
this.appLink =
this.appScheme === 'itmss' ? `https://${splitUrl[1]}` : this.url;
}
}
async getAppLink(): Promise<string | undefined> {
console.log('this.appLink:',this.appLink)
return this.appLink;
}
} else if (Platform.OS === 'ios') {
this.appLink =
this.appScheme === 'itmss' ? `https://${splitUrl[1]}` : this.url;
}
}
async getAppLink(): Promise<string | undefined> {
console.log('this.appLink:',this.appLink)
return this.appLink;
}