问题标签 [hockeyapp]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ios - 使用 HockeyApp 分发应用程序
我想知道:当我通过 HockeyApp 分发应用程序时,是否需要分发证书?
我找不到有关此的任何信息。
干杯。
ios - iOS 8 中的后台模式(获取)
我正在开发一个使用后台模式将更新发布到服务器的 iOS 应用程序。应用程序唤醒、检查电池状态、启动后台进程并调用完成处理程序。以完全相同的顺序。它工作正常。在 iOS 模拟器中,在我的开发 iPhone(5s、6 和 6 plus)上,但它似乎在我分发应用程序的任何其他 iPhone 上都被破坏了。
我目前正在使用 HockeyApp(因为我们还没有准备好将应用程序提交给 Apple)来分发应用程序。我有正确的证书,我遵循了后台模式教程(启用它)并且我对电池很友好。虽然后台模式仍然只适用于我的开发 iPhone 和模拟器,而不适用于任何其他 iPhone。
这听起来很熟悉吗?我是不是忘记了什么?我做错什么了吗?帮助将不胜感激,因为它让我发疯.. :(
斯特凡
PS:我在这个要点中包含了一些代码:https ://gist.github.com/stefanvermaas/3fd27bbb270e3d1f1fbe
ios - Hockey-SDK In-App Update feature?
I'm using Hockey-SDK
in my app and a few of my testers have requested that I implement their In-App Update feature so they can be notified I guess when there is a new build available. I've never used this feature before, never used Hockey-SDK
before, so I was wondering if anyone could point me to how to implement this.
I obviously did check their docs first, and found a section for this, although I found it almost too simple to understand correctly. To enable this feature when distributing via Ad-Hoc, but NOT enable it when it is uploaded to the App Store (how do they make that check by the way?), do I do this in my AppDelegate.m
?
I guess I found it a bit confusing they'd use the wording setDisableUpdateManager:
. Thank you for any help in advance!
android - Android 上 Hockeyapp 的自定义对话框
Hockeyapp SDK
foriOS
允许设置在想要发送崩溃AlertView
时显示的自定义。Hockeyapp
我想知道是否有类似的方法可以做到这一点Android
?我在曲棍球文档中找不到可以使用我的自定义对话框的相关方法。
iOS
文档setAlertViewHandler
:
http ://hockeyapp.net/help/sdk/ios/3.6.1/docs/docs/HowTo-Set-Custom-AlertViewHandler.html
objective-c - 与 [UITextField _textNeedsSanitizing:] 相关的崩溃问题
我的 ios8 应用程序崩溃并给出以下日志
有人对这个问题有任何想法吗?
这是我在 viewWillAppear 中调用的函数
当用户从后台打开应用程序时会发生此问题。
cordova - 如何将 HockeyApp 作为模块集成到 Ionic
我正在尝试将 hockeyapp 集成为本主题中的模块: 如何将 hockey App 与 Hybrid 移动应用程序集成
但我无法让它工作。我添加了科尔多瓦插件https://github.com/peutetre/cordova-plugin-hockeyapp。它似乎成功集成(当我构建应用程序时,源代码存在),但我无法使用它。
我是离子的初学者,我尝试过不同的东西,但没有奏效。
最后我尝试制作这样的模块:
在这种情况下,问题在于它无法解析cordova,因此无法调用本机代码。
任何在 ionic 中集成 HockeyApp 的人都可以提供帮助吗?
谢谢
windows-runtime - 在 Windows Phone 上按下后退按钮时 HockeyApp 崩溃
HockeyApp 在提示应用启动并要求发送/删除崩溃日志时,在按下返回按钮时崩溃。ANullReferenceException
发生在 HockeyApp 内部;堆栈跟踪已附加。
平台为 Windows Phone 8.1 RT,HockeyApp 版本为 2.2.2
如何在我的应用程序中解决此问题?
堆栈跟踪:
ios - 从詹金斯到曲棍球应用程序的iOS构建上传失败
当我尝试将构建(ipa)从 jenkins 上传到 hockeyapp 时出现以下错误
“从 HockeyApp 获得意外响应代码:200”
我添加了团队 ID、上传版本、ipa 文件、无发行说明并允许下载作为 jenkins 配置 hockeyapp 的一部分。
请告诉我。
谢谢
ios - 由于 Hockey 和 Flurry,iOS 9 iphone 6s 应用程序卡在 didFinishLaunchingWithOptions
我正在使用乱舞分析和曲棍球。我在 didFinishLaunchingWithOptions 中设置了这些。
我不知道为什么它在尝试注册时卡住了。我也在其他应用程序中使用乱舞和曲棍球,但它们还可以。我该怎么办?