我想使用例如com.mystorename.myfirstApp
我正在尝试使用下面的代码打开它,但无法打开我的应用程序,我的第一个应用程序已安装在iPhone 7中
NSURL * url = [NSURL URLWithString:@"myfirstApp://"];
[[UIApplication sharedApplication] canOpenURL:url];
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>myfirstApp</string>
</array>
<key>CFBundleURLName</key>
<string>com.mystorename.myfirstApp</string>
</dict>