开发者

facetime:// url scheme

开发者 https://www.devze.com 2023-01-11 19:03 出处:网络
When trying to have my app open a facetime url (facetime://15555555555), it loads up a blank black screen.

When trying to have my app open a facetime url (facetime://15555555555), it loads up a blank black screen.

NSURL *facetimeURL = [NSURL URLWithString:@"facetime://15555555555"];
[[UIApplication sharedApplication] openURL:facetimeURL];

Has anyon开发者_如何学JAVAe had any success with this?


just a heads up that this appears to have been fixed in IOS 4.1, we were having a similar issue in 4.0, but after upgrading to 4.1 - it started working.

The line we used was:

[[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"facetime://5555555555"]];

We didn't try with leading 1.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号