[codenameone-discussions] use swagger codegen with codename

2019-04-02 Thread yassineelmalyh
Hello, Is there any way to use swagger codegen with codename. i found this library https://github.com/Pmovil/swagger-codenameone-codegen to provide a codename1 client library , but i didn't understand how to use it. thanks, Cordially -- You received this message because you are subscribed to

[codenameone-discussions] Re: read SMS (OTP Password) on IOS

2018-12-25 Thread yassineelmalyh
using the native interface how to use the codename one textfield as UITextfield -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[codenameone-discussions] read SMS (OTP Password) on IOS

2018-12-20 Thread yassineelmalyh
Hello, in iOS 12 Apple provided an option to read SMS (OTP Password), therefore you need to set native textField property like this textField.textContentType = UITextContentTypeOneTimeCode; If the system can parse a security code from an SMS message, the QuickType bar shows the code for up to

[codenameone-discussions] my application becomes very slow after update

2018-05-25 Thread yassineelmalyh
Hello, since the update you made this Friday my application becomes very slow and unbearable. i demand if you can do a rollback on your server. I'm tired of these updates,every Friday I find myself with situations where I have to fix problems related to your update. thank you for your

[codenameone-discussions] Re: Face ID on codename one with biometry Type

2017-12-26 Thread yassineelmalyh
Thanks Shai for that detailed explination, i would like to notice according to my experiance to submit the generated version on the appstore you need to add the following things: - The app's Info.plist must contain an NSMicrophoneUsageDescription key with a string value explaining to

[codenameone-discussions] Face ID on codename one with biometry Type

2017-12-25 Thread yassineelmalyh
Hello, i'm trying to integrate Face Id on my IOS app , then to achieve that i used the native interface using the LocalAuthentication framework, the problem founded existe on the function that check the type of the biometry used natively on the IOS device ''biometryType', unfortunately, the

[codenameone-discussions] Re: push notification Error

2017-07-19 Thread yassineelmalyh
Hi, it works fine now, thanks, i have another question , it is possible to push an image from the server ? On Wednesday, July 19, 2017 at 6:02:20 AM UTC+1, Shai Almog wrote: > > Hi, > make sure you are using the right URL for the push certificate and that it > is the debug certificate not the

[codenameone-discussions] push notification Error

2017-07-18 Thread yassineelmalyh
hello i'm trying to use push notification but i got this error when sending the push on IOS using : new Push(PUSH_TOKEN, "Hello World", deviceKey) .apnsAuth(cert, pass, false) .gcmAuth(GCM_SERVER_API_KEY)

[codenameone-discussions] J2ME version build failed

2016-12-28 Thread yassineelmalyh
If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA Desktop OS Simulator Device Hello, Currently codename one can not generate a J2ME version, I even created a new empty application and I launched it for generation, but

[codenameone-discussions] Re: clustering google maps click event IOS

2016-10-12 Thread yassineelmalyh
the event executes well on the addMarker method I want to recover the action executed in the sixth parameter of the method addMarker and Add it to my renderer method -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe

Re: [codenameone-discussions] Unable to find a specification for `google-maps-ios-utils

2016-09-19 Thread yassineelmalyh
Thank you Steve , when can i check for the update please? -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [codenameone-discussions] Unable to find a specification for `google-maps-ios-utils

2016-09-17 Thread yassineelmalyh
Error during processing: undefined method `path' for nil:NilClass Backtrace: /Library/Ruby/Gems/2.0.0/gems/xcodeproj-1.2.0/lib/xcodeproj/scheme/buildable_reference.rb:89:in `construct_buildable_name'

Re: [codenameone-discussions] Re: Unable to find a specification for `google-maps-ios-utils

2016-09-17 Thread yassineelmalyh
hello Steve the problem still exists, even if after the update! Executing: /usr/local/bin/pod install Analyzing dependencies [!] Unable to find a specification for `Google-Maps-iOS-Utils` -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions"

[codenameone-discussions] Re: Unable to find a specification for `google-maps-ios-utils

2016-09-14 Thread yassineelmalyh
i tried to install pod from xcode and it works successfully , maybe u need to update COCOAPODS ! Le mercredi 14 septembre 2016 10:11:57 UTC+1, yassine...@gmail.com a écrit : > > Hello, > > i'm trying to integrate clustering of pins on google maps using > google-maps-ios-utils library , > the

[codenameone-discussions] Re: Unable to find a specification for `google-maps-ios-utils

2016-09-14 Thread yassineelmalyh
else how can i implements like that : pod 'Google-Maps-iOS-Utils', :git => ' https://github.com/thedazed/google-maps-ios-utils.git' ? -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving

[codenameone-discussions] publishing on google play error

2016-09-14 Thread yassineelmalyh
when i'm try to publish my apk file i get this message : It is forbidden to return to an earlier version of the APK files that use older authorizations (SDK target 22 and earlier) on devices that previously used the authorizations of Android M (SDK 23 and previous target). This occurs during

[codenameone-discussions] Unable to find a specification for `google-maps-ios-utils

2016-09-14 Thread yassineelmalyh
Hello, i'm trying to integrate clustering of pins on google maps using google-maps-ios-utils library , the probleme is when i try to add that library to my project like that: codename1.arg.ios.pods=,GoogleMaps,Google-Maps-iOS-Utils, i got this message *"Unable to find a specification for

[codenameone-discussions] access to codename one code from native interfaces

2016-07-26 Thread yassineelmalyh
Hi, i'm using youtube api with native interface how to access to codename one code from native interfaces ? thanks -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it,