hockeyapp

iOS apps external beta testing Apple restrictions

风流意气都作罢 提交于 2019-12-04 21:03:15
After reading numerous beta testing strategy guides for iOS I'm still confused about if it's permitted by Apple's Developer Program to distribute an app for external beta testing without getting it approved by them and using TestFlight. For example, is it allowed to create an AdHoc signed app and use a 3rd party tool (Crashlytics, HockeyApp, others) to beta distribute to external entities. External in this case meaning not within your organization. Within an organization, there are other means that can be used like Enterprise Distribution, which have no restrictions but are not allowed to be

How to integrate hockey App with Hybrid mobile app

*爱你&永不变心* 提交于 2019-12-04 12:23:21
I am trying to integrate my Hybrid Mobile App (Inonic + Cordova) with hockey App but the problem is Hockey App is support Native apps (According to my info). So is there any guide available for that? Hybrid App integration with Hockey app . When I try to follow hockey app integration with android platform (hybrid app) it also said me to add some code in main activity so where i can find this Main activity is inside Android platform... cordova/platforms/android/src/... Put in onCreate method the Register... There also some plugins for help in this task like https://github.com/peutetre/cordova

Ad Hoc iOS .ipa file won't install for devices added to profile since iOS 7 came out

坚强是说给别人听的谎言 提交于 2019-12-04 00:26:11
I have an iOS app that I've developing for a while. Initially there were around 8 devices in the iOS dev account, ad builds were prepared and distributed through Hockey App, no problems. Recently, we've added a bunch more devices, but for some reason the ad hoc builds won't install on those devices (but continues to install just fine on the original set). I have been over and over the certificates, devices and provisioning profiles in the iOS Dev Center. I've triple checked all the Build Settings in XCode. The app is for iOS 6 and iOS 7 only. It is built in XCode 5. I've tried installing the

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

浪子不回头ぞ 提交于 2019-12-03 17:21:50
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. The environment variable $(Build.SOURCEVERSIONMESSAGE) is set during build. You can access it using $(build.SOURCEVERSIONMESSAGE) directly in your task inputs. If you want to access it in a powershell

Best Practices for Error Logging and/or reporting for iPhone

烂漫一生 提交于 2019-11-30 06:11:59
问题 When I do web development, I use a custom made logger that catches fatal errors and appends a trace to a file and displays a message to the user. I can occasionally glance to see if the file changed, which means, some user encountered an error and I can dig in to see what they encountered. I'd like something similar on the iphone, with some caveats: While developing, it should be trivial to reset the list of errors or turn off notification. While developing, the error messages should also

Best Practices for Error Logging and/or reporting for iPhone

穿精又带淫゛_ 提交于 2019-11-28 15:18:32
When I do web development, I use a custom made logger that catches fatal errors and appends a trace to a file and displays a message to the user. I can occasionally glance to see if the file changed, which means, some user encountered an error and I can dig in to see what they encountered. I'd like something similar on the iphone, with some caveats: While developing, it should be trivial to reset the list of errors or turn off notification. While developing, the error messages should also show up in some obvious place, like on the screen on in the console Once deployed, errors should politely