I submitted an app to the new windows phone beta marketplace with one tester live id.
Now I want to add some more testers. I can't see any way of updating an existing beta app on the app hub.
Any ideas?
Now the App Hub is behaving itself I managed to find out how to do this.
Click View all submitted apps
Set View to Submitted
Click App to update
Click Update Testers
Related
I am using Microsoft Teams Version 1.4.00.34557. It was last updated on 13/01/2022.
I used to be able to upload and delete custom Apps using the Teams desktop app.
I had a button in the UI to delete my custom app until the latest update.
I no longer have a way in the UI to delete the custom app.
The app appears in the "Built for your org" list of apps, and I can "Add to a team" or "Add for me", but there's no way to delete the App from the App catalog.
I can't update the App as well. When I try to update the app I get a message saying App already exists
How can I delete the custom App from Teams?
We have a published app in the Teams App Store.
And we are updating valid domains list from time to time (Adding new valid domains).
So we have to be sure that all users have latest version of the app.
If someone has old version of the app (without this valid domain name) they will not be able to open that site in task module window.
It is very important to keep the app updated.
So as we expected users are experiencing issues with valid domain names.
And the simple question "which app version does user have" led us to next issues: lack of a basic functionality on Mobile versions of the Teams app and a bug on the Desktop/Browser versions of the Teams app.
Mobile apps: There's just no way of getting app version. Or at least we haven't found it.
Desktop/Browser apps: There's 'About' tab with the description of the app and it's version. But in our case the text is long and the section is not scrollable so users can't scroll up and get app version. Check the screenshot below
Is there a way of updating the app for all our users of all tenants ?
Any help would be appreciated.
#Oleksa, #Hilton - Process of updating the version of the app is similar to how you submit the app initially to store.
Teams does not force users to update to latest available version of the App but it shows small banner with the message "latest version of the app is available" which user has to go and update to the newer version.
I am surprised, #Hilton did not have this question till now :)
As of (19/1/2021), You can only upgrade an app on desktop and not on mobile. Upgrading the app on desktop will automatically do the same on mobile.
How to identify whether some particular application is already installed in my device or not through xamarin forms? (I want to achieve in android and ios).
Explanation :
In native windows application I have used one service which give me following data (App Name, App Icon Image, App Id, Publisher Id, Version name).
I have checked whether particular application is already installed in my device or not through App Name, App Id, Publisher Id.
Suppose app is installed then I checked version of the application if its fully updated then "Launch" button display and if it is not then "Update" button display.
If application is not installed then "Install" button display and this button redirect me directly through play store.
Same thing I want achieve in android and ios through xamarin forms.
which things are required through service for android and ios?
How to redirect directly to play store in android and ios?
Method 1:
Try using App Links. You need to install the Rivets component from the Component Store. You can handle the navigation to play store if not installed and else browser based on your URL.
Rivets.AppLinks.Navigator.Navigate("http://any.old.url");
Your app will now attempt to Navigate to another installed app for the URL using App Links, or will fall back to usingUIApplication.OpenUrl in ios/or will fall back to using an intent with a view action in Android, if no App Link meta data is found, or no apps for the metadata are installed.
Method 2:
For example I have handled the situation for facebook app to open a page from my xamarin app but not by using App Links.
Device.OpenUri(new Uri("fb://page/page_id")); // Launch the page in facebook app (if facebook app is installed) from my application.
The above code line when executed, will open the specified facbook page in facebook app. Notice "fb://page/page_id" this is the intent with specific uri provided from facebook. You can read more about it here.
Use Plugin.Share to use CrossShare to open a browser cross-platform from your xamarin app. This I have used below.
The above code will throw an exception if facebook app is not installed, then you probably need to redirect to the play store of Android or the app store of Apple.
For Android:
CrossShare.Current.OpenBrowser("https://play.google.com/store/apps/details?id=com.facebook.katana");
Here com.facebook.katana is the package name of facebook app in android. You can replace with your application's package name if registered on playstore. This will automatically launch in playstore not in browser.
In case of IOS redirect to App store:
CrossShare.Current.OpenBrowser("https://itunes.apple.com/us/app/facebook/id284882215/");
Here id284882215 is the app id of facebook on Apple's app store.
I want to upload my app to release a test flight version. I believe it is allowed to upload using beta Xcode's for Test Flight.
However after I've done the Archive and go to Organiser, when selecting the Upload to Appstore button, the popup with the dropdown with my Development teams, shows all my teams but they are greyed out.
The only team it does show is one where the development and distribution certificates have different names, and it allows me to select the distribution one. I didn't set up this account so not sure what was done differently that lets me select that one and none of the others.
Is this due to the beta Xcode? I'm also running beta OS 10.11.4. I thought we can still upload and release to test flight.
Apps must be sent to the App Store using a final version of Xcode (the one you download from the Mac App Store). Sending apps with Xcode Beta is not allowed by Apple.
Refer to this answer about Xcode 6.3 Beta: Submitting iOS app using beta version of xcode?
Is there any way to update my beta testing application on windows phone marketplace? I was trying to submit the same app but with version 1.1 but site says application with this name already exists.
Unfortunately, you have to submit a new version under a different name.
http://msdn.microsoft.com/en-us/library/hh334585%28v=vs.92%29.aspx
23.Can I update my application during the beta distribution period?
No. You must resubmit your updated application for a new beta-testing
period