Can't upload to app store due to a missing screenshot - xcode4.5

Status of my app is ready to upload
I upload but I forget to add one screenshot.
No problem. Just upload again.
However, the status of my app now is no longer "ready to upload" but missing 1 screenshot.
Hence, when I tried to upload again what I got is:
Applications must be ready for upload on iTunes Connect before they
can be validated or submitted from within Xcode.
What should I do? I know I was missing one screenshot. I already add that now. So now what? I can't upload that screen shot if I can't upload the app. I can't upload the app because the status is "missing 1 screenshot" rather than ready to upload.

You need to go back to iTunes Connect and edit the meta data and/or the data of your application to add that one missing screenshot and that should set the status to "Ready to Upload".

In iTunes connect, select binary detail.
After that select reject this binary.
Then click ready for upload.
Tada status goes back to the way it used to be.

Related

Can I use HTTP request and receive response with Excel add-in?

I have a download button and it will save excel file where user selects.
And it's working correctly.
Now I want to check if there is already file exists where user saved last time when user clicks button again.
I think this is related with Web API or OS file managing system.
What I want is like this:
If file exits, just update it, not show save-as dialog again.
But if user deleted or renamed, it will shows save-as dialog again.
Please help me how can I handle this.

Cannot delete project

I am unable to delete a project from the Nest Device Access Console. When I click the delete icon and click delete, it processes and comes back with a pop-up that says "Could not delete project" with no other information. If I try to delete the OAuth Client ID, it processes and comes back with a pop-up that says "Could not update project data" with no other info.
Any advise would be helpful.
Resolved: this seemed to be just a temporary issue with the website.

Word 16 document is opening in Locked mode

i'm Opening Word File from my Application in HTTP Path
i.e. http:\Server\SiteName\TempFiles\filename.docx
Word File Showing message as "READ ONLY : This Document is Lock for Editing by another user"
because of this my macro didn't work
Protection = ActiveDocument.ProtectionType
If ActiveDocument.ProtectionType = wdAllowOnlyFormFields Then
ActiveDocument.Unprotect "password"
WordBasic.AcceptAllChangesInDoc
ActiveDocument.Protect Protection, False, "password"
Call updateCustomVariables
ActiveDocument.Saved = True
Exit Sub
End If
every thing is working fine
and still working fine on office (Word) 13,10 machines
this problem suddenly start from last 3- 4 days
i'm getting error as Command failed (Run time Error 4198) for office 16 for ActiveDocument.Unprotect "password" line
no office Updates
no windows update
please help..
Check trusted Location Setting of Word i.e. Allow documents from Network to be trusted
disable all Protected View options
I know this isn't an answer but I'm new here and can't comment yet ;)
Got the same problem with one of our customers. Issue appeared in the latest Office 365 monthly rollout (16.0.11901.20264) a few days ago. The semi-annual version (16.0.11328.20362) doesn't have the issue. Our files are served using a URL with parameters. With previous versions of office it displays Read Only in the title bar but allows the user to edit the content.
With the new monthly version there is a read-only message that displays under the ribbon with a link to Save As. User cannot change the document content unless he saves the file locally. Even worse Word makes requests without the parameters so our code abends. I changed the code locally to put the parameter information in the path and I can open the document. But it still says that it's locked and the user can't edit the content.
We open and manage documents them using a VSTO side panel so we don't need to save them using the Save button. The application has it's own Save button that retrieves the updated content, saves it using an AJAX call and closes Word. Nice change of behavior from MS ;)

Not getting Firebase Dynamic Link of users that download app from Playstore

There are 2 cases in Playstore App
Normal Installation (Playstore shows OPEN Button)
Installation from Dynamic Link (Playstore shows CONTINUE Button)
Test Case:
Download app from Firebase dynamic link, After installation Playstore will show CONTINUE button:
There are 2 options from where user can open app after successful installation .
Open app by clicking on CONTINUE Button -> App will get the link, everything works as expected
Open app from LAUNCHER ICON, and not from playstore -> App will not get the dynamic link
Most of the users are not clicking the CONTINUE button as it is normal human behavior, therefore I am losing the Referrer link.
Is this the intended behavior of Firebase? How can I avoid this problem?
Related Post here
There are 5 events for Dynamic Links Analytics:
1. Click
2. Redirect
3. App Install
4. App First Open
5. App Re-Open
From the image above, you can see that the request is pass to Play Store and then it is ended over there.
Therefore, possible situations are:
Your previous app/website has done its job routing the dynamic link to the intended app or Play Store.
At this point, you can track the Clicks and Redirects.
Now, at Play Store, continuing the dynamic link flow, User install the app, You can track number of app installs. Or, user did not install the app, so it did not update the number of app installs.
After installation, if the user opens your app through the CONTINUE button, your app will received the data passed in from the Google Play Fragment (Like what you have done here via the Receive Setup). At this point, it will generate the meta data of 'App First Open'. But, if you press the home button, and open the app through your home page/shortcut/app tray, etc. , you will not get an update on it.
This is because no dynamic link meta data is pass when your user open the app other than the CONTINUE. The flow is broken, unless, the user go back to step 1 again to redirect to the app, now the app will track the data of app first open (the app is not open before) or app re-open if the user open the app before.
SUMMARY and CONCLUSION:
Why does the button is showing CONTINUE instead of OPEN is because the Google Play (Fragment) detected the user is directed from the dynamic link (some meta-data (your dynamic link details/info) is passed from the previous app/website).
The meaning of CONTINUE here is actually prompt the user whether they want to proceed to the newly installed app. If yes, Google Play will pass the meta data to your app, and you get the tracking data on App first open. Else, no analytic data will be produce other than click, redirect and app install.
Answering your question, you can only hope the user press on the CONTINUE! It is unavoidable because those app/sites are not in the same context (previous site vs Play Store vs Your App).
Definitions: (from documentation)
dynamic_link_first_open
Logged when a user opens the app for the first time via a Dynamic Link.
dynamic_link_app_open
Logged when a user re-opens the app via a Dynamic Link.

Creating a Wordpress app using Microsoft Azure

I am trying to create a Wordpress app using the official WordPress resource from the market place.
I fill out all of my settings as usual, like the website name, resource group and also, the ClearDB database I made.
Everything shows up correctly. My website name is valid, the resource group is correct etc.
But when I hit create, My app name is labelled as "not available" for about 1 second. This then goes away and the "create" button greys out, and now says validating. When this is done, I am taken to a page with an icon of a cloud with a drop of rain. Chrome then prompts me that my unsaved changes will be discarded. I click cancel and it appears again in an instant. If I click 'okay', then everything is cleared, and I ha ve to enter it all over again, only for the whole problem to occur once again.
Please Help!!!!
Thanks, Sean.

Resources