Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The application could not be saved. Please check the form for errors.?

I am trying to update an application in my developer Console , but this is the error I am getting when trying to publish it after uploading the apk.

The application could not be saved. Please check the form for errors.

like image 420
MCSK Kenya Avatar asked Feb 04 '16 17:02

MCSK Kenya


People also ask

Why am I getting an error when running my application?

This error typically indicates one of the following conditions: A .NET Framework installation on your system has become corrupted. The version of .NET Framework needed by your application cannot be detected. To address this issue so that you can run your application, do the following: Download the .NET Framework Repair Tool (NetFxRepairTool.exe).

Why can't I run an application without the installed version present?

In some cases, you may attempt to run an application without either an installed version or the expected version of .NET Framework present. This often produces an error dialog box like the following: This error typically indicates one of the following conditions: A .NET Framework installation on your system has become corrupted.

Why are my changes not saved in msforms?

Error saving MSForms changes - Some of your changes were not saved. Please check your network connection or try again later. If the document is saved 10 times, this error will happen 8 of them. The other two it saves fine. There is nothing wrong with the network. When saving, it says Some of your changes were not saved.

Why is my application not detecting the version of NET Framework?

A .NET Framework installation on your system has become corrupted. The version of .NET Framework needed by your application cannot be detected. To address this issue so that you can run your application, do the following:


3 Answers

I had the same problem and figured out what I should do. If you click Save as Draft it will take you back and show you the error. In my case it was the target SDK version being lower than what was in the previous version of the app.

like image 125
pa7is Avatar answered Oct 24 '22 01:10

pa7is


I had to add a Privacy Policy before I could Unpublish my app.

(That is under Store presence > Store listing, at the bottom)

I found that in the first instance because in the menu it highlighted everything it wanted me to look at (however that was only for the first app, I needed to update 6 but after I followed those menu indicators for the first one they disappeared, even though all my apps needed a privacy policy).

enter image description here

like image 6
kris Avatar answered Oct 24 '22 00:10

kris


I had the same issue with one outdated app and that helped me was to fill all new required field for the app, e.g. featured graphics, ratings. After that, it was possible to update the app

like image 2
Igor Barinov Avatar answered Oct 24 '22 02:10

Igor Barinov