[codenameone-discussions] Re: iOS simulator - Files app freezes when sharing a file with custom extension for my app

2021-06-10 Thread Shai Almog
This might be a problem related to the storage hack we did. It reverses the order of the directories listed and might have broken the code that copies over the file. On Thursday, June 10, 2021 at 10:07:41 AM UTC+3 P5music wrote: > I am testing the import function of my CN1 app in some special

[codenameone-discussions] Re: Callback Function from Server in iOS

2021-06-10 Thread Shai Almog
Hi, I need more details to help. Ideally here: https://stackoverflow.com/questions/67924050/callback-function-from-server-in-codename-one-ios-build On Thursday, June 10, 2021 at 6:11:55 PM UTC+3 bsystems@gmail.com wrote: > Hello > Callback functions from server works perfectly android

Re: [codenameone-discussions] Re: Unable to restart the IEHS App

2021-06-10 Thread Shai Almog
See this: https://stackoverflow.com/questions/67669131/sending-any-android-build-shows-build-error-server-response-code-401 The right thing to do is logout from Codename One Settings only it doesn't always delete the state. So you need to remove codename1 from the "registry" which you can do on

[codenameone-discussions] Re: Avoid calling localNotificationReceived on iOS automatically

2021-06-10 Thread Shai Almog
Hi, if you kill the app and then click the notification will the localNotificationReceived be invoked? On Friday, June 11, 2021 at 12:06:35 AM UTC+3 Ivan wrote: > Hi guys, > > I'm using local notifications in my application. On android everything > works well. > I have troubles with iOS. When

[codenameone-discussions] Avoid calling localNotificationReceived on iOS automatically

2021-06-10 Thread Ivan
Hi guys, I'm using local notifications in my application. On android everything works well. I have troubles with iOS. When the application is active and notification is scheduled and sent it's immediately received (localNotificationReceived is called). I tried to use

Re: [codenameone-discussions] Re: Unable to restart the IEHS App

2021-06-10 Thread Dennis Rogers
Here's the additional error info: Sending build to account: java.io.IOException: Server returned HTTP response code: 401 for URL: https://cloud.codenameone.com/appsec/7.0/build/upload at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1924) at

Re: [codenameone-discussions] Re: Unable to restart the IEHS App

2021-06-10 Thread Dennis Rogers
I also found this in the output: 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 293, column 21 Sounds like it may be the problem. I'm using Intellij and it shows the maven plugin "bundled". On Tuesday, June 8, 2021 at 9:22:29 PM UTC-4

[codenameone-discussions] Callback Function from Server in iOS

2021-06-10 Thread bsystems limited
Hello Callback functions from server works perfectly android devices but do not work on iOS devices. Please can you help me with this issue Thank you -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and

[codenameone-discussions] iOS simulator - Files app freezes when sharing a file with custom extension for my app

2021-06-10 Thread 'P5music' via CodenameOne Discussions
I am testing the import function of my CN1 app in some special cases. Normal use cases work, like using the Document folder to load/save files with custom extension. But there are also other cases: the plist inject build hint encompasses registering the custom extension in the system. I