前言 如果要上架的应用集成了三方登录,那么在审核时,苹果会强制要求应用也要集成苹果登录.如果应用没有集成一般情况下都会被审核团队给打回来. 苹果集成登录 首先,你需要在开发者中心,找到你的应用,勾选上 Sign in with Apple 勾选并保存好后, 打开Xcode, 找到项目中的Signing&Capabilities 并添加sign in with apple. 完成上面的配置以后,就可以写代码集成了 在进行代码集成前,需要先导入一个框架 AuthenticationServices.…
Key steps:1) Prepare a 1024x1024 png or jpeg file;2) Download fasticns utility to convert the icon to a icns file.(Which was not ready since apple requires 512x512@2x after the retina screen release to the market.);3) iconutil --convert iconset icon.…