wust-zxl
一、JPush集成:

    1、 xcode7在iOS10以上的真机上运行接收不到通知的问题,把xcode升级到8.1,在build phases -> link binary with libraries中添加UserNotifications.framework  
    2、 在Capabilities中将Push Notifications中的两个选项都勾选上。其他的按照极光文档按部就班。
二、iOS10 扫描二维码程序崩溃问题

在info.plist文件中添加


    <key>NSCameraUsageDescription</key>
    <string>cameraDesciption</string>
    
    <key>NSContactsUsageDescription</key>
    <string>contactsDesciption</string>
    
    <key>NSMicrophoneUsageDescription</key>
    <string>microphoneDesciption</string>
    
    <key>NSPhotoLibraryUsageDescription</key>
    <string>此App需要您的同意才能读取媒体资料库</string>

分类:

技术点:

相关文章:

  • 2021-04-14
  • 2021-07-01
  • 2022-12-23
  • 2022-12-23
  • 2021-12-01
  • 2021-11-02
  • 2021-06-26
  • 2021-09-15
猜你喜欢
  • 2021-04-29
  • 2022-01-15
  • 2021-11-20
  • 2022-12-23
  • 2022-02-09
  • 2022-02-09
  • 2022-12-23
相关资源
相似解决方案