294 questions
Best practices
0
votes
3
replies
62
views
SQL-Test-123456789_question
What sql function will display first 4 terms in a string. string are of 10-25 in total length. string can be number or letters. results should be sorted in descending order. data is for hockey ...
3
votes
3
answers
1k
views
Google suspended app due to Hockey SDK that no longer exists in code
google suspended app due to "Hockey SDK" which was used long time ago in the code, but doesn't exist there anymore
Your app contains content that doesn't comply with the Device and Network ...
1
vote
1
answer
1k
views
Android: do I actually need to register in App Center to migrate from the HockeySDK?
I inherited a (fairly large) Android app; it's still in beta.
I recently got an email from Google Play:
"Action Required: Your app is not compliant with Google Play Policies ...
We found your app ...
1
vote
0
answers
74
views
Distribution platforms for Android app bundle for CICD
I see Google has come up with new packaging format for Android apps, App Bundle. You can upload bundles on Google Play Console in various tracks to proceed testing and build distribution. This sounds ...
1
vote
1
answer
145
views
Zip file not publish through a cake script in App Center
I have moved my application from hockeyapp to app center
I am trying to publish a zip file to app center through a cake script for an Xamarin.Forms for UWP application. But the log shows no issues, ...
3
votes
4
answers
5k
views
Download latest artifacts from app center / Hockey app using API (token)
Recently the hockey moved to app center and i want to download the latest version of android and iOS version on the fly using the API.
What I tried ?
checked the official swagger api-specs
1. @GET("...
1
vote
2
answers
192
views
How to download enterprise signed apps from Hockeyapp (or similar) in iPad OS?
After updating to iPadOS 13 I can no longer download apps from HockeyApp since the Safari browser now just downloads the file instead of installing the app.
0
votes
1
answer
1k
views
How long a distributed build valid when share via hockey(App Center) or Fabric?
I mostly use either TestFairy or Diawi account to share my iOS builds to the clients. Diawi's shared build goes expire after a week, but Testfairy's builds stay valid so long. And I just start ...
0
votes
0
answers
134
views
[Jenkins][Pipeline] Not able to upload APK to hockeyapp
I am planning to upload an APK to hockey app through Jenkins Pipeline. My upload is failing.
Can anyone help me on this issue
Trying to upload android APK with an error.
def DEV_APK_PATH="APP/build/...
0
votes
1
answer
2k
views
Missing Symbols on AppCenter for iOS
I've got a React native app and after migrating from HockeyApp to AppCenter I can't get Diagnostics on my iOS app on AppCenter because the symbols UUID required doesn't match with the one I uploaded ...
1
vote
2
answers
2k
views
Cordova Plugin CodePush - updates lost after relaunching the iOS App
I have a live App on the Apple store and it uses Microsoft AppCenter CodePush to install live updates. Cordova plugin: cordova-plugin-code-push.
When I publish an update for iOS the update is ...
1
vote
2
answers
321
views
Serialization Exception when I upload .appxupload instead of .appxbundle to HockeyApp
When I upload a .appxbundle of my UWP app to HockeyApp, everything works fine. When I instead upload a .appxupload file, I get a Serialization error when I run my app, and try to serialize classes ...
0
votes
1
answer
186
views
Is it possible to include and initialize HockeyApp SDK only for specific flavors?
I have an Android application with several flavors, each one for a different environment. I wish to specify on which of these flavors the HockeyApp SDK is imported and initialized (or at least to be ...
0
votes
1
answer
59
views
Need to tie application insights to hockeyapp app
I'm using hockeyapp on my Android application and I can't seem to tie in the application insights. The documentation says to set the application type of the application insights azure resource to "...
0
votes
1
answer
163
views
Deferred deep linking through 3rd party App Store like HockeyApp?
I am currently working on an iOS app that I first plan on releasing through HockeyApp (eventually I plan to move it to the iOS app store). I want to do deferred deep linking with my app using branch. ...