GeneXus Native Mobile Generator - Creates Android and iOS apps.
Questions tagged [genexus-sd]
96 questions
0
votes
1 answer
Application Suspended when calling method GeneXus.SD.Media.Camera.TakePhoto() using GX16 U7 SD IOS Generator
On devices with iOS 13, when calling the GeneXus.SD.Media.Camera.TakePhoto() method for the first time takes about 10 to 15 seconds to continue program execution.
Execution of any other option or button is suspended until the camera control has been…

Rogelio Arosemena
- 41
- 6
0
votes
1 answer
Problem with Android Silent Notifications that doesn't require user interaction (using GX16 U7 Android SD Generator )
On Android devices (with OS version 6,7,8 or 9) when being inside any application panel, splash screen is always shown when a silent notification arrives. This behaviour cause a nuisance and some confusion to users.
Video Showing this behavior
Until…

Rogelio Arosemena
- 41
- 6
0
votes
1 answer
Camera.TakePhoto () produces security exception in Android application generated with GX15 U12 (this did not happen until GX15 U11)
We are generating an android code with Genexus 15 U12 for a panel where we take a picture. When the panel is open the application stops with a "security exception" error with error line "android.permission.CAMERA". Application never requests…

Rogelio Arosemena
- 41
- 6
0
votes
1 answer
Deep Link Base URL - error: Can not convert an object of type
I'm having trouble implementing the deep link in Genexus.
I am using the U8 version of Genexus 15 in .NET with an offline application and some objects online.
When I enter the url where the application is hosted and will count the webpanels that…

Gabriel Silva
- 3
- 2
0
votes
2 answers
java.lang.IllegalStateException: Object NotificationsRegistrationHandler only supports OFFLINE but is being called via RemoteApplicationServer
I´m getting this error when procedure NotificationsRegistrationHandler is executed at application startup.
java.lang.IllegalStateException: Object NotificationsRegistrationHandler only supports OFFLINE but is being called via…

Rogelio Arosemena
- 41
- 6
0
votes
1 answer
How to execute a SD Event on Notification Arrive
The following code works fine for receiving a messages on a SD Device and executing an event when the end user taps on the notification.
&ApplicationIdCharacter = 'xxxxx-xxxx-xxx-xxxxxx'
&TheNotification.Text.DefaultText = "Notification Provider…

Rogelio Arosemena
- 41
- 6
0
votes
1 answer
Can't execute an event from a Push Notification using One Signal
We have developed an SD app with GX15 U5 which sends and receive push notifications using One Signal API. This works fine.
But when I send a push notification from a Web Panel developed with GX Ev3 U11 to invoke an Event on main SD panel, this does…

Rogelio Arosemena
- 41
- 6
0
votes
1 answer
Genexus GAM Messages
Does anyone know how I can change GAM messages? I'm getting strange characters.
Example:
Encoded:El+usuario+o+la+contrase%c3%b1a+no+es+correcta
0
votes
1 answer
package xxx.genexus.common does not exist compiling an Android application on Genexus 15 U4
I have converted a KB from GX EV3 U11 to GX 15 U4 but there are errors during Android compilation.
========== DeveloperMenu Compilation for Android (Android) started ==========
callmake.bat…

Rogelio Arosemena
- 41
- 6
0
votes
1 answer
How GeneXus handle DeviceSubscriptionExpired in Push Notifications?
Some users reported they are not receiving notifications, I believe it's related to "ErrCode 3 - DeviceSubscriptionExpired" since I find out this in the logs (DeviceToken omitted):
ERROR SDAPI.Notifications - SetResult - ErrCode 3 -…

Andrei Hodecker
- 136
- 1
- 8
0
votes
1 answer
GeneXus 15 + Google Cloud Deployment Error: Class file is Java 8 but max supported is Java 7
I have seen many answers in these forum, but none related to GX so far, and the ones I've tried haven't solved this issue.
When trying to deploy a GX 15 + JAVA + Web + Mobile I get the following error:
...
java.lang.IllegalArgumentException: Class…

Bernardo López
- 11
- 4
0
votes
1 answer
Infinite scrolling Genexus SD
I need to implement an infinite scroll, that is, as the user scrolls in a grid that has "potentially" thousands of items. Initially I have an SDT and it is the one I show on the grid.
The idea is that:
The SDT loads from 20 to the cursor…

bcamargo75
- 115
- 7
0
votes
1 answer
Show and hide password variable in GeneXus SD
Is it possible to create a button that show/hide the user password during the login in GeneXus SD?
For example, this "eye" button beside the “password” field in this app:
How can I develop this feature? I'm using Gx15 U1.

Andrei Hodecker
- 136
- 1
- 8
0
votes
1 answer
GeneXus supports Firebase Cloud Messaging as Push Notification service?
In the URL https://developers.google.com/cloud-messaging/ there's this messade:
Firebase Cloud Messaging (FCM) is the new version of GCM. It inherits the reliable and scalable GCM infrastructure, plus new features! See the FAQ to learn more. If you…

Andrei Hodecker
- 136
- 1
- 8
0
votes
3 answers
Error 404 for rest webservice request in offline app in GeneXus Ev3 U9
I'm developing an offline Android app with Genexus Ev3 U9 and when I try the app in the device I see there is no initial synchronization, even when I try to execute a manual sync the app shuts down. The cat log shows that request made to URLs like…

gcastano
- 101
- 1
- 9