240 发简信
IP属地:上海
  • Firebase Authentication 的 iOS SDK 进行手机号认证

    完整的验证流程示例: 注意事项: reCAPTCHA 验证是自动触发的,你不需要手动获取 tokenFirebase SDK 会自动处理 reC...

  • FCM (Firebase Cloud Messaging) token

    FCM (Firebase Cloud Messaging) token 是用于推送通知的唯一标识符。这个 token 相当于设备的"地址",让...

  • 2024-06-21iOS 中实现条件触发等待时机的精妙设计

    iOS 触发某个条件时,等待某个时机执行操作,一般怎么实现 OC比如,点击推送需要跳转我的页面但是需要TabBar初始化完成才能跳转,不靠简单的...

  • 2021-12-07 pod install 常见报错解决

    1.SSL_ERROR_SYSCALL in connection to github.com:443 报错 解决方案:如果键入github.c...

  • Resize,w 360,h 240
    iOS The UIDeviceFamily of an App Clip ('[1, 2]') must be equal to the UIDeviceFamily of its conta...

    The UIDeviceFamily of an App Clip ('[1, 2]') must be equal to the UIDevi...

  • Resize,w 360,h 240
    iOS Xcode 打包好上传App Store时卡在Authenticating with the App Store…

    昨天下午6点多就打好包了,然后像往常一样上传App Store,结果一直卡在Authenticating with the App Store…...

  • Resize,w 360,h 240
    iOS14调试包

    链接:https://pan.baidu.com/s/1AI7DnpEMatVpmclvQysySw 密码:brwj 官网下载:https:/...

  • 2019-12-26 macOS 优秀app开源代码

    https://github.com/serhii-londar/open-source-mac-os-apps#news

  • Resize,w 360,h 240
    iOS 项目借助【InjectionIII】实现“热重载” (hot reload)

    热重载:不用重新运行工程,只需要保存一下,即可实现实时预览的效果,大大提高编程的效率。 最近可以热重载的技术栈包括: 2019WWDC推出的Sw...