Apple Review Team拒绝我的iOS应用程序,因为:
准则2.5.2 - 性能 - 软件要求
在审核期间,您的应用安装或启动了可执行代码 不允许在App Store上。具体来说,您的应用使用了 用于安装应用程序的itms-services URL方案。
指南4.0 - 设计
您的应用包含更新按钮或提醒用户更新 应用程序,但更新按钮或警报不直接链接到 应用程序页面在App Store上。
我不使用itms-services,我检查过他们甚至没有我包含的库。 这是我的podfile:
pod 'Bolts'
pod 'FBSDKCoreKit'
pod 'FBSDKLoginKit'
pod 'FBSDKShareKit'
pod 'Firebase/Core'
pod 'Firebase/Database'
pod 'Firebase/Auth'
pod 'Firebase/Messaging'
pod 'Fabric'
pod 'Crashlytics'
pod 'PageMenu'
在向决议中心提出几个问题之后,苹果建议我删除对FIR.IM的任何引用,但是我从未包含过此库,代码中没有跟踪...
答案 0 :(得分:0)
搜索整个工作区的php artisan tinker
$task = App\Task::where('id',1)->get(); //Think that you have first task
$task->payments; //You can call the relation ship established condition function
。