When I go to app settings (basic) and I try to add platorm (android) and I set everything correct way, I press save changes.. This button goes to disabled mode for like 4 seconds and then I can press it again.. In console I get error 500 and changes are not saved - I cant add android platform.
Any ideas?
It somehow happends only when I use package name that is already on google play.. If I use some random, I can save it. I think we can say its just Facebook bug.
Related
anyone can help me
I got a new issue when update ios 16 on my device
I create a flutter project and add simple text filed to new application
and build to my iphone 13 that use ios 16
when i try copy some text from another app or safari , once i try to paste to my textfield , always show the popup permission asking would to paste from "app name"
case if you allow 1 time it copy clipboard will can paste without popup but when
you copy new text,and try to paste it show ask permission again
and i try create native project via xcode but the issue not occur on native application
I need to know this is bug right? or some feature from flutter
why ios native project not occur ?
Question:
Can someone tell me about this scenario from flutter project, who can fix it , apple or flutter team?
I need to disable it
How to disable popup or ask only one time or something like
I need to know this bug on flutter project only right?
I need to know why ios native not found issue like this
I need to disable the popup that show on flutter project
why ios native project not occur
#### new update ###
I known about for ios 16.1 will have workaround solution for solved that add permission in general but a setting default to ASK
when user go to set Allow in this it will solved
but why allow in application don't auto change in this permission
question
can I force in my code to Allow in the permission?
enter image description here
I uploaded my first flutter app to publish on the Google Play Console. Since I wasn't happy with the result, I removed it with the aim of re-uploading it. Can someone please tell me how to get a removed app back?
I had the hope that it would be back after a new release. After the release, the app was approved even though it is considered removed, but everything remains inactive. I would be very happy about your tips. Google seems to have completely stopped support
In the Google Play console:
Select Advanced Settings in the left nav bar.
Under the App Availability tab, select Published.
Click the Save Changes button.
Open Google play console .. choose the application then From Release .. Choose Setup>>Advanced settings App Availability .. Choose published then save changes
Nothing has changed with the setup and it worked like a charm the first launch.
But now that i've already install to desktop, and then deleted it, it never fires the beforeinstallprompt again.
Lighthouse audit even says everything is configured correctly to prompt user to install. I did Application -> Clear Site Data with all options checked, clear cache and reload, and still nothing.
It's like Chrome is tracking that the desktop install has already happened in its own registry, and there is no way to tell it to reset that.
Anybody have any ideas?
Thanks!
Klaus
Have you removed the app?
Many people do not know to go here to see it. Put this in the address bar:
chrome://apps/
Am facing an unusual problem on blackberry, after i have signed my app with the 3 keys and say "load onto device" via Eclipse Java Plugin for Blackberry - the app loads successfully on the device, but when i click on it to launch it - does not open up, nor even a error or a dialog pops up. Please Help - Cant find a solution for this!
I have often had this issue using the 9800 device. After loading apps to the device it starts "not launching". If you go to options -> application manager -> your app's permissions you might see some permissions as custom. Setting these to "allow" fixes it. After a while it stopped launching even when allowed, deleting the app and letting the device reboot fixes it.
This is my personal experience, I don't know what the official bug/fix is
Implement logging in your application. Log every step on the application startup and write log to a text file, located on device SD Card.
When your application has been installed and you have tried to launch it, check this text file to find out, what is going wrong with your application.
Also there is internal logging mechanism, you may employ it, instead of logging to text file.
From my point of view internal log is more suitable for simple logging purposes. If you want complex logging, then text file located on SDCard is preferred.
Try to start the app, then check the device event log. To open the event log viewer, hold 'Alt' and then press L,G,L,G. You will likely see an error explaining the problem in the event log viewer.
Consider the following iPhone scenario:
Select Settings->General->Reset->Reset Location & Privacy (just to ensure all warnings are cleared as a preparation to this test)
Open Safari and point to http://maps.google.com
Select OK when ["Safari" would like to use your current location] message appears.
Select OK again when ["https://maps.google.com" would like to use your current location] message appears right after.
So far so good. Now scroll up so you can see the URL box of Safari, and select the reload button (the rounded arrow next to the URL). This will resubmit the form and will cause the message on step 4 to appear again! (at least on my iOS 6, iPhone 5 device)
Any idea why message appears again after I already confirmed "https://maps.google.com" to use my current location? Is this a known issue?
I encountered this issue in my iPhone based app using UIWebView so I decided to check the same scenario using the built-in Safari app. I was very surprised to find out that this happens with Safari app as well...
Any help will be most appreciated.
I believe it's because of 2 different types of geo location firing. First you have the native w3c with the safari request and then the Phonegap call from within the browser. I'm having the same issue.
My problem is that he geolocation in google maps will only once after resetting the location and privacy settings. Figured out that google has set some restrictions in the fine print. Exploring some open source mappi g options right now (Openstreetmap) which will accept my google kml files.