I'm trying to upload new version of my windows store app to the store but Microsoft has changed their submission portal and I'm not possible to find how I can do it.
I tried it through Windows Dev Center and there is this menu
Do you have any clue how to do new version in Microsoft Dev Center please?
This was not obvious to me either.
To submit a new version of your app, go into the Dev Center and select your app from the left menu. In the app overview, you will see the menu as pictured in your question above. Click on Submissions, and you should see your current submission. Click on the Update action to create a new submission.
Related
I have built a Google App Maker application and published it. However, I only want users in a Google Group to be able to access the application (view UI elements) via the deployment link. How do you do this? I referenced this solution to another post: https://stackoverflow.com/a/49577258/9878092. I cannot seem to find where the Application access section that is mentioned in the solution is. Thank you!
Here are the steps you can follow to go to 'Application Access' screen.
From your appmaker window click on 'Setting' icon.
Go to Deployments tab.
Publish new deployment if you haven't done already. If you have already deployed your changes then click on the deployed version and "Edit" button.
This will open the Application Access screen. Select option "Only allow to specific" users. Provide user names who should be able to access the app.
I am facing a Chrome popup while trying to run Robot Frame work script:
Microsoft Security Essentials wants to restore your Chrome settings to their
original defaults.
This will reset your homepage, new tab page and
search engine, disable your extensions, and unpin all tabs. It will
also clear other temporary and cached data, such as cookies, content
and site data.
In chrome extension, my developer mode is unchecked, whereas it should be checked.
The Robot Framework automation script is just to open the google Chrome browser and load google search page.
I am using Win 7 Home Basic OS.
I have attached screenshots.
It appears that most Chrome support specialists will ask you to run an anti-malware tool to verify that your system is running normally. These can be found by searching on the popup message.
One Reddit user commented that in his case the problem was resolved by altering the Windows registry:
I finally found a fix for this. There is a setting in the registry
that's causing it.
In the registry it's under
HKEY_CKU\CURRENT_USER\Software\Google\Chrome\TriggeredReset
Delete the TriggeredReset key and then close regedit. Fixed.
This is an API for 3rd party programmers who want to create cleaning
tools. But if the tool isn't written properly, the triggered reset
never gets deleted and we have it always asking.
I cant find any information how to publish an uwp app to store which is created as xamarin.forms project. On my VS2015 proffesional version, I don't have any option as "store" as shown in this article below.
https://msdn.microsoft.com/en-us/windows/uwp/packaging/packaging-uwp-apps
Does anybody know an easy way of doing this? Most important how to handle steps 5,6,7, 10, 11 in the article if there is no automated way.
EDIT: I can find this option on the Project->Store Menu above but all the options are grayed out as shown in the image below. I am connected with a developer account email on my VS2015.
my Project is a UWP project as shown below. And I have 2nd project as WP81. Right Click on WP81 project has Store menu option enabled. problem persist only for UWP project in the same solution.
EDIT: Same project on 2 different computers.
1- has store option enabled. where I have packages below are installed
2- doesnt have store option on right click but has grayed out store menu under project has below packages are installed
Please first lest-click to select UWP or other Windows project, and then right-click project and select store option, you can find Create App Packages.... If this option is disabled or does not appear at all, check that the project is a UWP project.
I'm very, very new to Windows Dev Center, and I'm hoping someone will be able to clear some things up for me. There is an app already within the Store and I want to submit a new version of the app after beta testing. From what I have researched, you can add another submission to the app, and publish it to the store. Then when it's in the store, I'm able to define the visibility of the app. This link is where I get this information. But, if I do this, does this mean that the previous submission is now null and void and can't be found? I think that would be the case? Is there no way to beta test the new version of the app without taking the current version out of the store? Is it recommended to upload a new app named "Blah Blah Beta" and then create a new submission on the original app after the beta gets the okay?
I'm used to iTunes connect and how they do the beta testing, so I'm not sure of the proper protocol in the Windows Dev Center. iTunes Connect you're able to have the current version in the app store, and upload new builds that can be tested.
I hope someone can clarify this for me
Thanks in advance.
I am currently working on IBM connection5 and having lot of problem and I would appreciate if someone can help me out.
I am trying to integrate one of website into IBM connection5, but the problem is I need to create a Tab in Profile App and add Login fields such as a user name and password field in newly created Tab.
After authentication from the other website, the user get enter into their website and browse whatever he wants to. I need to do it by single sign-on (SSO).
The main problem is I donĀ“t know how to add Tab in Profile App and how to integrate my application (user name and password) to newly created Tab in IBM Conenction5.
To add a tab to Profiles please follow the IBM Connections Documentation - Adding custom widgets to Profiles.