Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アプリにfacetimeURL(facetime:// 15555555555)を開かせようとすると、空白の黒い画面が読み込まれます。
NSURL *facetimeURL = [NSURL URLWithString:@"facetime://15555555555"]; [[UIApplication sharedApplication] openURL:facetimeURL];
誰かがこれで成功しましたか?
これはIOS4.1で修正されたようで、4.0でも同様の問題が発生していましたが、4.1にアップグレードした後、動作を開始しました。
使用した行は次のとおりです。
[[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"facetime://5555555555"]];
リーディング1では試しませんでした。