摘要:
吐血整理ios各类设备音频支持情况 AAC-LC、HE-AAC、HE-AAC v2、Protected AAC、MP3、Linear PCM、Apple 保真压缩、FLAC、Dolby Digital (AC-3)、Dolby Digital Plus (E-AC-3)(supported sinc 阅读全文
摘要:
随着app不断的迭代,代码会变得越来越多,经过N个人的持续N年的代码,维护起来越来越难,也很难保证测试case覆盖所有场景。举一个例子:如果原来服务器返回的是数组,而现在返回字符串,如果代码上没有添加判断,很可能就会造成“unrecognized selector sent to instance” 阅读全文
摘要:
1.首先我们需要了解什么是apns auth key,下面是官方的描述 Use the Apple Push Notification service for your notification requests. One key is used for all of your apps.(使用苹果 阅读全文