我在我的应用程序中集成了 facebook 以将图像上传到 facebook。我已经创建了应用程序 ID 并完成了所有操作。我可以将我的图片上传到 Facebook 页面。
但是在将我的应用程序上传到商店时,我遇到了一些问题
The following URL schemes found in your app are not in correct format:[fb 464863668026]. URL schemes need to begin with an alphabetic character, and be comprised of alphanumeric characters, the period, the hyphen or the plus sign only. Please see RFC1738 for more detail.
有没有人知道错误的原因。任何帮助,将不胜感激。
最佳答案
转到目标 > 选择项目名称 > 选择“信息”> 选择 url 类型 > 选择添加 (+) 按钮,写下你在 fb 设置中写的包 ID,并提供 URL 方案 fb464863668026。
现在可以了
关于iOS-Error while uploading app to store with facebook 集成,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25258758/