hockeyapp

Mac 远程连接 Windows

混江龙づ霸主 提交于 2020-04-27 05:25:23
推荐使用微软官方发布的 Microsoft Remote Desktop ,免费、流畅。 详见: https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/remote-desktop-mac 下载 Mac App Store 国区无,有其它区 Apple ID 的可以尝试下载。 https://itunes.apple.com/us/app/microsoft-remote-desktop/id1295203466?mt=12 Beta 版本 这个 Beta 版本可以在 hockeyApp 直接下载使用。现在版本是:10.2.1 (1143)。 https://go.microsoft.com/fwlink/?LinkID=619698 使用 添加 点击加号 Desktop 创建 PC Name 输入远程 Windows 名或者 IP 地址、端口号(如有需要) User Account 可选择每次连接时输入帐号信息或者添加用户信息 这里输入用户 administrator 连接 选择创建好的主机 进入熟悉的界面,选择用户输入密码就可以了 体验 成功连接后默认全屏,就像是操作本地 Windows 电脑一样非常流畅。 转载请注明出处: http://blog

How to retrieve Git commit id and message in VSTS/TFS build?

ⅰ亾dé卋堺 提交于 2020-01-22 15:35:07
问题 I'm in a CI environment using VSTS and I want to get the commit comment to set him into a text file. Here are my build step : The idea is to copy the GIT commit comment into a text file stored in the artifact folder. Then with the HockeyApp SDK, i'll set my commit comment in the relase note. I can easily copy the file with a command line operation, but I do not know how the retrieve the comment. 回答1: The environment variable $(Build.SOURCEVERSIONMESSAGE) is set during build. You can access it

hockeyapp not understand crash logs

做~自己de王妃 提交于 2020-01-06 08:38:10
问题 Im using hockeyapp to get crash reports. How can i understand at which class/method/line did my application crashed ? 回答1: To get the most use out of crash reports from HockeyApp, you should upload your dSYM symbol files to the site. This will give you fully symbolicated crash logs where it clearly states the file, method and line number where your crash is occurring. For detailed instructions on how to do that, see this support article. 回答2: Some where you set/assign image as a parameter

Error while uploading ipa to hockeyapp via jenkins

…衆ロ難τιáo~ 提交于 2020-01-06 04:51:13
问题 I am working with jenkins for auto deployment of iOS app via hockey app. I am successful in creating the .ipa file. In the post-buid action at jenkin, I set up the API Token , App File and other setting. Please look into the attached image for more details. However in the console output, I am getting the below error:- Console output : 18:36:11 ** EXPORT SUCCEEDED ** 18:36:11 18:36:11 Archiving dSYM 18:36:11 [Release-iphoneos] $ ditto -c -k --keepParent -rsrc /Users/Shared/Jenkins/Home

How to let Hockeyapp collect Crash Reports of a Service?

扶醉桌前 提交于 2020-01-03 06:36:24
问题 I added the HockeyApp SDK to my Android App. This works as expected, and I also get crash reports of the main activity and the associated classes. However, I did not figure out how I will get crash reports of the [in my case started & bound] Service. The UpdateManager only accepts Activities and is defined as UpdateManager.register(Activity, String) Any idea? 回答1: It is sufficient when the Activity calls the appropriate methods of the UpdateManager . The Service must only register the

How to use HockeyAppSDK with Qt on Android

流过昼夜 提交于 2019-12-24 00:10:00
问题 We use Qt and HockeyApp on various platforms, including Android. We make our deployment with the androiddeployqt tool. We can't figure out how to use the most recent HockeySDK-Android-4.0.1.aar file. In particular, the aar file includes various resources which seem to need to be merged with those from Qt, but we can't figure out the steps to do this. The errors we get from missing symbols in the R.java file. The HockeyApp instructions all assume use of Android Studio IDE, which of course we

Curl not recognized as an internal or external command, operable program or batch file

时光总嘲笑我的痴心妄想 提交于 2019-12-17 07:07:44
问题 I have installed curl and have set it as environment variable in my system. But when running the curl command its giving an error 'curl' is not recognized as an internal or external command, operable program or batch file. I tried restarting my system but is of no use.I want this to upload my application to HockeyApp . Please help me out.I am using Windows 8.1. 回答1: Steps to install curl in windows Install cURL on Windows There are 4 steps to follow to get cURL installed on Windows. Step 1

Upload to HockeyApp from Jenkins

喜夏-厌秋 提交于 2019-12-13 05:47:31
问题 I have hosted and running builds in jenkins using AWS ubuntu machine. I want to upload the build once the build is generated in the post build process. I added HockeyApp plugin in the jenkins and created an API token with full access after signing up in HockeyApp. I entered the api token, mentioned Upload app and the file path. I however get the below error and I am not sure where am I going wrong Got unexpected response code from HockeyApp: 400 {"errors":{"credentials":["api token invalid"]}

Generate ipa without paid apple developer account

空扰寡人 提交于 2019-12-13 03:47:02
问题 Can we generate ipa from Xcode without paid apple developer account? I want to share ipa so that it can be installed on any of the iPhone. Thanks, 回答1: No, unless the iphones are jailbroken, you cannot run unsigned code on iOS devices. There's not way to generate a signed IPA for iOS without a developer account. A free developer account will allow you to build an app that will run for 7 days on a pre-defined set of devices (you would need to register any devices on which you want the code to

hockeyapp throws exception on UWP in xamarin.forms application

我们两清 提交于 2019-12-12 04:35:58
问题 I was using hockeyapp successfully in android and ios when I now try to use it uwp application on emulator and local win10 machine. It throws as exception for missing " 'Windows.System.Profile.HardwareIdentification'.":"Windows.System.Profile.HardwareIdentification"" my UWP version is as below my application is an xamarin.forms application. here is what I installed XF proj: HockeySDK.Xamarin, HockeySDK.Core UWP proj: HockeySDK.Core, HockeySDK.UWP In the constructor of MainPage.xaml.cs in UWP