How do you deploy a QT app to Apple's Test Flight? - qt

I can't seem to find any information on how you deploy a QT app to Apple's Test Flight or Apple's App Store.
Can somebody help me?

Related

Debug Firebase hosted Flutter Web app locally in Android Studio

I have a Flutter web application that is hosted in Firebase.
I'm using the setup described here to load the correct firebase configurations depending on the Firebase environment the application is running in.
My trouble is now I want to be able to debug this locally in my IDE.
I can run the application locally using firebase serve, which starts the webapp (e.g. on localhost:5000) and serves the correct firebase config based on the environment/alias I'm using, that's all nice and good.
My question is whether it is now possible to debug that running application in Android Studio? I know there are ways to do this in Visual Studio code, but I'd rather find a setup that works with AS if possible.
I could also debug the application by clicking the debug button in Android studio, and that will try to launch the application, however it will fail to start since it wont be served the firebase config file correctly (since this is firebase serve does for us).
Is there a way to combine the debugging capabilities of Android Studio with the firebase serve command to give a working application that's debuggable in my IDE?
Thanks in advance,
Gary

Can not find Firebase crashlytics crash logs in react native?

I am working on react native app and integrated firebase crashlytics in that. If I run app from iOS folder using Xcode and crash the app its showing logs in firebase. But same if i run from visual code and crash the app the logs are not getting in firebase.
Is there anything i am missing which is causing this issue?
I am new to react native please let me know if more information needed to solve issue.
Thank You for help.
use sentry to check crash report in react-native

Pushsharp push notification only works with Sandbox and not production

Hi all I am new to iOS development, I have put in the deep end to get push notifications. I found pushsharp and was using this tutorial
Tutorial I a using
I have used a windows application instead of web application and added the latest pushsharp. The code build and runs and I can get the push notification but only on sandbox.
I build my iOS app
Open the ipa on my iPad in xcode to install
once installed open the app and select allow to allow remote notifications
Get the device token when the app is opened and stick it in my winforms app
send a push using push sharp and bada bing bada boom it works like a charm.
I want to be able to use my production certificate as well. So I created a provisioning profile for App store. Created a signing request, created a certificate and in my provisioning profile section on apple portal i can see my new provisioning profile
I am able to build my iOS app successfully however when i try and install the ipa onto my ipad i get an error
App installation failed
a valid provisioning profile for this executable was not found
Is there a step which i have missed? Why do i get app installation error.
What will happen if I release a app which is using devcertificate to show push notifications?
You can't use a distribution provisioning profile to run the app on your ipad directly.
The iOS Distribution certificate can only be used to build an app that will be installed via the App Store.
You need to use either a development profile, or an enterprise distribution profile to install on test devices.
If you want to test a beat version, you can test the app using TestFlight.
Here are some way to test a beat version.
What will happen if I release a app which is using devcertificate to
show push notifications?
You have to use a production push certificate to push notification in release mode.

What is a good way to deploy android TV apps to beta testers

I am working in an android TV app and can sideload it with ADB, but I need to have external testers review it. Is there an app or program that lets you deploy test versions easily for TV? Hockeyapp has not optimized their app for remote so that does not work.
I think you should use the alpha / beta channels feature of Google Play, the same way you would do for an Android app for a phone.

Uploading An App made by a contractor

I've been asked to help by a friend to upload an App that a 3rd party contractor has made. The contractor has provided the source code and all the relevant files. However, since the 3rd party developer developed the app under their account, I'm having trouble uploading to the App store.
From what I can see, the bundleID and the code signing elements are not the one's listed under my friend's account. I'm having difficulty changing either in the project. When I try to compile and run the project under the simulator, it seems to be working fine though.
What are the proper steps to "convert" the current project to my friend's account so he can upload it to the App Store?
Appreciate your help.
Thanks,
JC
Your friend will need to generate an App ID, distribution certificate and provisioning profile for your application. He will only be able to do that with a paid developer account on the iOS developer site.
Without properly signing your application you will not be able to distribute it to the App Store.

Resources