I have created and uploaded/certified an application to the Windows Store, the app works perfectly but I wanted it to be a public/hidden application that can only be found with a provided link. So i setup the product accordingly in my submission. However all i get when i click the 'live' app link is a blue button that says 'redeem a code'.
Does anyone have any idea how to resolve this?
PS: I've added a minimum / required specification and the store page still says its 'not compatiable'. Which it most definitely is. It may still be related to the settings I have here, does anyone know the 'simplest' options for this page that works?
Thanks in advance.
Edit: Added image of Configuration and the result (green square in store)
Related
I am using the Syncfusion RichTextEditor on my Web Forms project and have trouble with unexpected clearing the data.
I initialize RTE control and other Web Forms controls in Page_Load method using the condition if (IsPostBack = true).
After I switch to another tab and IsPostBack = false the default Web Forms controls are initialized and have the values but Syncfusion RTE is empty.
The question is why the RTE doesn't save the data as another Web Froms Controls and what would be the solution?
Initializing:
Switching between pages (RTE is in the TableComments):
We have validated your reported problem in EJ RTE control in Web Forms project. But we were unable to reproduce your reported problem in our end, the value of RTE maintained properly when switching the Tab. We have recorded video for your convenience, which can be downloaded from the below link.
https://www.syncfusion.com/downloads/support/directtrac/305022/ze/RTE_Value-1627060724
We have also attached the sample for your convenience, please refer to the below link for sample application.
https://www.syncfusion.com/downloads/support/directtrac/305022/ze/RTE_Tab-226725218
Please check the above sample, if the issue still persists in your application. Please share some additional details it will be help us to provide you the prompt solution.
Share us the RTE rendering code block.
If you face any script error in console window of the browser, then please share us those error screenshots.
Share us the issue replicating sample or else replicate your reported issue in the shared sample.
Share us the screen recorded video with issue replicating steps.
We can also raise query in Syncfusion forums.
https://www.syncfusion.com/forums
Regards,
Muthukrishnan K
I'm testing something in a personal tab (something related to SSO, if that's important in context), and the tab renders fine for about 30 seconds or so, then suddenly gets replaced with an error "There was a problem reaching this app" (the one with the image of a woman and a thought bubble). Does anyone know why this suddenly happens AFTER the tab has ALREADY rendered ok?
I finally found an answer to this, so posting in case someone else has the issue. Basically, Teams manifest recently added a capability to show a loading / progress indicator to show users that your tab is still loading. It shows up in the manifest as "showLoadingIndicator" and is boolean (true/false). It can also be set in App Studio of course, as the image below shows.
The problem comes in that the "SDK" link shown in App Studio is flat-out useless - it links to the Teams js Library on GitHub, of all places! It should rather go to this section of this page, which explains how to deal with it. I was originally only calling microsoftTeams.appInitialization.notifyAppLoaded();, but I needed to also call microsoftTeams.appInitialization.notifySuccess().
I have created an app using manifest editor where I have generated the ID and I have configured the personal tab to open a public website "https://www.ibm.com/in-en"
I have downloaded the zip of the app
I have uploaded the app to teams and the app is shown in teams
When I click on the app and then click open to load the personal tab, I get the issue as mentioned in the image:
Could you please check if you have the "showloadingindicator" field set to true in your manifest? Could you please try removing it and uploading the app manifest?
I had the same issue, and removing the "showLoadingIndicator" fixed it, but while it sorted out the immediate problem, it didn't help understand why it was incorrect.
tl;dr : you need to call microsoftTeams.appInitialization.notifySuccess() inside your tab, but if you want more info, see my question/answer over here: Personal Tab Renders Fine, then a few seconds later shows "There was a problem reaching this app"
This wouldn't apply in your case as you're pointing to a public website, but if it was a custom tab, then the fix would help and also allow the "loading" indicator to be used.
I have installed JComments on my site, installation went fine but can't post any comment. Send button has no respond. I tried some solutions from other forums but no help. If I change template it is working. Also working on my local machine.
Can someone help me with this please?
TNX
enter image description here
Typically, this is caused by a JavaScript conflict somewhere, you should be able to see the error by clicking on F12 and then clicking on "Console" in Google Chrome.
Having said that, it is probably a better idea to use Disqus instead of JComments because many users are already on the platform and because Disqus automatically filters out the spam for you.
I have an app that I have out for external testing; I have submitted two (2) different versions without any problems. Now, I am trying to submit another new version (#3), but when filling out the Test Flight Information the "next" button is disabled, preventing me from adding the new version.
Any ideas on how to fix this? or what the problem is?
I've had the same problem and finally got it working. First I had to go into safari, Chrome didn't work. You have to fill out every field for every language you have. Every. Single. One.
Then the next button finally became active.
Also the app description has to be over 10 characters long.
I'm submitting a bug report to apple because whoever made this was an idiot.
This is the workaround:
go to TestFlight for your app using Safari.
enter all of the data for all of your supported languages; it doesn't have to be in the language (I used English for all of the languages, French, German, Japanese, etc). Just make sure you are mindful of the length restrictions!
Next button is then enabled! And you can continue on... :D
I filled out everything, but still no Continue button gets activated. For some languages email and url field will appear for some not. I think something is really badly programmed there
read this news on the dashboard iTunes connect
TestFlight Requires Export Compliance Information
All TestFlight builds now require Export Compliance information. To answer Export Compliance questions and upload any necessary documentation, visit the new Encryption section in Features. Once your documentation is approved, you will receive a key string value to add to your build's Info.plist. Learn more in Resources and Help
in short, if your application has not put that in your encryption info.plist, can also resolve:
<key>ITSAppUsesNonExemptEncryption</key><false/>