我想在Fastfile中添加启用推送通知的操作。在CLI中,我将运行produce enable_services -a com.example.app --push-notification。我怎么才能在快餐店里做到呢?
发布于 2019-08-08 13:31:55
现在,通过服务操作是可能的。
发布于 2015-10-17 19:57:47
根据https://github.com/fastlane/produce/issues/81#issuecomment-148947513的说法,目前唯一的方法是sh "produce enable_services --healthkit"
https://stackoverflow.com/questions/33177608
复制相似问题