gpt4 book ai didi

ios - 以编程方式打开 FaceTime,无需任何数字或苹果 ID - iOS8

转载 作者:行者123 更新时间:2023-12-01 16:37:36 26 4
gpt4 key购买 nike

在 iOS8 之前,我可以使用以下代码从我的应用程序中打开 FaceTime 应用程序。

如果我有号码,直接调用电话,如果是nil,就直接打开FaceTime。

但是从iOS8开始,如果是空号,FaceTime根本打不开。

NSString *temp =@"facetime://";
if(number && number.length>0){
temp = [temp stringByAppendingString:number];
}
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:temp]];

最佳答案

iOS 接受以下 URL:

facetime://14085551234 
facetime://user@example.com

根据他们的 FaceTime Links .

如果 FaceTime 没有以空号码启动,那可能只是他们清理旧代码的方式。

关于ios - 以编程方式打开 FaceTime,无需任何数字或苹果 ID - iOS8,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26768160/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com