草庐IT

device_extension

全部标签

ios - 室内图集 : iOS SDK doesn't give accurate position when device stops moving

我下载了IndoorAtlasiPhoneSDK,还为我的field生成了路径图和测试路径。当我从一个地方移动到另一个地方时,SDK可以完美地为我导航,但当我停止移动时,它会生成位置半径为10到25的分散输出。在我的项目中,我希望在上述两种情况下都能获得精确的坐标。有什么方法可以提高精度吗? 最佳答案 IndoorAtlas技术使用磁场观测历史来计算精确位置。这意味着设备需要移动一段距离以收集足够的数据以收敛到正确的位置估计,即进行定位。我们不断改进我们的服务,以减少首次定位所需的时间。如果您在自己停止行走后遇到位置移动,请联系su

ios - 在 iOS 8 Today Extension 中获取 parse.com 用户数据时出现异常

我正在尝试获取PFUser的PFObjects列表以显示在iOS8TodayWidget中。关注此blogpost通过Parse,我在Xcode的主应用程序和扩展程序中启用了相同的应用程序组和钥匙串(keychain)共享。我还在主应用程序的AppDelegate和TodayExtension的viewDidLoad中启用了以下功能:[ParseenableLocalDatastore];[ParseenableDataSharingWithApplicationGroupIdentifier:@"group.com.me.myapp"containingApplication:@"c

ios - 分析 : How to detect 32-bit only devices?

目前iOS10支持32位和64位二进制文​​件。iOS11将只接受64位二进制文​​件。我们需要弄清楚目前有多少用户在32位硬件上运行,但是iTunesConnectAnalytics不会按以下方式分割设备:设备型号,或CPU架构唯一的分割是按设备系列或iOS版本。这不够精细。“iPhone”设备系列可以是iPhone5c或iPhone6。前者是32位,后者是64位。同样,“iOS版本10”指标可以是iPhone5c或iPhone6。前者是32位,后者是64位。我们如何识别当前活跃的32位架构设备以及即将过时的设备?更新:重申一下,由于这种情况不断出现:我们正在研究一种使用Apple的

ios - 使用 "Distributing Enterprise Apps for iOS Devices' 提供更新的应用程序?

我正在使用苹果的DistributingEnterpriseAppsforiOSDevices.分发iPad应用程序在我的应用程序中,更新旧版本以防止访问过期信息非常重要。因此,我实现了如下的应用程序更新机制。当用户启动应用程序时,每次我通过请求我创建并托管在我自己的服务器上的Web服务,将已安装的版本代码与服务器上的版本代码进行比较。如果找到更新,我会要求用户通过UIAlertView升级应用程序,当用户点击“更新”按钮时,我会按照建议在我的服务器上触发指向.plist的URLhere.NSString*appUpgradeUrl=[NSStringstringWithString:

android - Kotlin Android View 绑定(bind) : findViewById vs Butterknife vs Kotlin Android Extension

我正在尝试找出在Kotlin中进行AndroidView绑定(bind)的最佳方法。似乎有几个选项:findViewByIdvalbutton:Buttonbylazy{findViewById(R.id.button)}butterknifehttps://github.com/JakeWharton/butterknife@BindView(R.id.button)lateinitvarbutton:ButtonKotlinAndroid扩展https://kotlinlang.org/docs/tutorials/android-plugin.htmlimportkotlinx.

android - Kotlin Android View 绑定(bind) : findViewById vs Butterknife vs Kotlin Android Extension

我正在尝试找出在Kotlin中进行AndroidView绑定(bind)的最佳方法。似乎有几个选项:findViewByIdvalbutton:Buttonbylazy{findViewById(R.id.button)}butterknifehttps://github.com/JakeWharton/butterknife@BindView(R.id.button)lateinitvarbutton:ButtonKotlinAndroid扩展https://kotlinlang.org/docs/tutorials/android-plugin.htmlimportkotlinx.

html - Mailchimp 嵌入表格 : too many recent signup requests on iOS 10 devices

(更新如下)在一个网站上,我们使用来自Mailchimp的裸嵌入注册表以未更改的形式让访问者注册邮件列表。对于很多用户来说,这工作正常。但是大量用户报告出现错误:'recipient'xxx'hastoomanyrecentsignuprequests'我们对25位friend进行了测试。其中15个可以订阅,其中10个出现错误(其中9个使用带有iOS10的iphone/ipad)。错过了很多订阅者。此外,错误并不总是出现,有时有效,有时无效。我们已经通过电子邮件向Mailchimp发送电子邮件,他们建议删除隐藏的反垃圾邮件字段,因为他们认为某些浏览器可能会使用自动填充功能填充该字段并触

ios - Xcode 6 : Images Not Showing Up On Device

我正在创建UIImageView(s)并将这些View添加到UIScrollView。当我在模拟器上测试时图像显示,但当我在iphone5s上测试时图像不显示。以下是我尝试过的事情的列表:清理构建重新安装应用然后我想这可能是视网膜图像的问题所以我添加了视网膜图像(图像是白色的png):我是这样使用图像的:UIButton*doneBttn=[UIButtonbuttonWithType:UIButtonTypeCustom];[doneBttnsetImage:[UIImageimageNamed:@"addButton.png"]forState:UIControlStateNorm

iphone - 警告 : Parse Issue: Use of GNU old-style field designator extension

我尝试了以下代码:CLLocationCoordinate2Dcoord={latitude:61.2180556,longitude:-149.9002778};并且编译器显示以下警告warning:ParseIssue:UseofGNUold-stylefielddesignatorextension有人可以帮我理解编译器想表达的意思吗? 最佳答案 CLLocationCoordinate2Dcoord={.latitude=61.2180556,.longitude=-149.9002778};

iOS 构建失败,签名无效 : 0x80014 while unzipping the iOS device build zip file from the server (containing the . plist 和 .ipa 文件)

当我尝试使用visualstudio中的设备标志构建我的应用程序时,我收到了这条消息。我想不通问题出在哪里。证书有错误的签名吗?还是我取回的zip文件有问题?------Downloadingcompletedbuildfilesfromhttp://*:3000/build/273/downloadtoD:\*\bld\iOS\Debug1>------DonedownloadingthebuildoutputstoD:\*\bld\iOS\Debug1>------ExtractingthebuildoutputstoD:\*\bin\iOS\Debug1>Archive:D:\*