Questions tagged [genexus-sd]

GeneXus Native Mobile Generator - Creates Android and iOS apps.

96 questions
3
votes
3 answers

How to handle different versions of my REST services in Smart Devices?

We launched an application in the Apple AppStore and Google Play Store, and now we need to launch an update. But this update will change the server-side code (i.e. the API). Does GeneXus handle multiple API versions? I mean, how to prevent that an…
Andrei Hodecker
  • 136
  • 1
  • 8
3
votes
2 answers

GeneXus build for Android fails with "could not find \platform-tools\zipalign.exe"

After updating to SDK Tools 23 (or newer), whenever I try to build an SD application targeting Android with GeneXus, I get the following message after compilation: error: Could not find: \platform-tools\zipalign.exe Command: zipalign 4…
matiash
  • 54,791
  • 16
  • 125
  • 154
2
votes
2 answers

Problem in GeneXus SD, when update a level of transaction

I have faced a problem on GeneXus SD. I want to update the level of the transaction on GeneXus mobile. I pass the parameter as Attribute Primary key and Attribute level primary key for update level. Level attribute gets the value when ClientStart…
rdnasim
  • 31
  • 7
2
votes
1 answer

Security Deployment

I have a smartdevices application that was created to be read-only (users cannot add, update or delete anything). I already removed all the actions from the WWSD's, Panels, etc. but via browser someone can access the .aspx generated by Genexus and…
Marc M
  • 37
  • 2
1
vote
2 answers

Error "Unauthorized" when updating record from smart device grid in Genexus

I have an android app created with Genexus 16U11. In this, I have a grid created with work with smart device. I can insert records but when I try to delete or update them, after I confirm I get the error "Unauthorized", no other explanations. It…
Nicola
  • 209
  • 1
  • 8
1
vote
1 answer

Send an image from smart device to the server in Genexus

I know there is already a similar question but the answers to that didn't work for me I'm working with Genexus 16U11 and I have a panel with an image variable (called &sourceImage) with control type as "SD Image Annotation". I need to send this…
Nicola
  • 209
  • 1
  • 8
1
vote
2 answers

Upload image or file from smart device in GeneXus

How to upload an image or PDF files from smart devices to a specific folder on the server?
1
vote
1 answer

In Genexus, Know in runtime is Android or IOS

In Genexus, how to know if is compiling for Android or IOS in Smart Device? Example: A procedure: If platform = ‘IOS’ &Variavel = 1 Else if platform = ‘ANDROID’ &VARIAVEL = 2 endif
1
vote
1 answer

How to load a SD Grid and scroll automatically to last record on Genexus 15?

I have a SD grid to show messages received from other users (a simple chat app) and every time I open this panel, the first records appears and I have to manually scroll to reach last message. Is there a way to automatically go to last record on…
1
vote
1 answer

How to customize Genexus Slide Navgation menu

I am making an SD app with Genexus. I am using slide navigation but my menu seems very different from the Android native ones. I would like to know if there's a way to customize it, like setting line height, etc.
1
vote
1 answer

How do I set the Icon of the RemoteNotification in GeneXus 15

I've been trying to set an icon for a RemoteNotification, but always get this error when I send it (I'm using log4net): System.Reflection.TargetInvocationException: Uma exceção foi acionada pelo destino de uma chamada. --->…
Andrei Hodecker
  • 136
  • 1
  • 8
1
vote
1 answer

How can I change the "Application" class in execution time?

We had an idea of let the user choose their own backgroud image (between a set of predefined images) of our GeneXus generated app. Is it possible to change the "Application" class programatically? It would be cool because we could change the…
Andrei Hodecker
  • 136
  • 1
  • 8
1
vote
1 answer

Why GeneXus is using the READ_PHONE_STATE permission in my Android app?

So I have an app generated with GeneXus in the Play Store and I received the following e-mail from the store: [...] Policy issue: Google Play requires developers to provide a valid privacy policy when the app requests or handles sensitive user or…
Andrei Hodecker
  • 136
  • 1
  • 8
1
vote
1 answer

Error 99 receiving synchronization data in Genexus Ev3 U9 on Android

I'm executing Synchronization.Receive() for manual synchronization on Android app in Genexus Ev3 U9 but the process is returning and error 99. Checking Catlog I found the error is happening calling…
gcastano
  • 101
  • 1
  • 9
1
vote
1 answer

User Control which triggers GeneXus events in iOS

I'm developing an iOS User Control for Genexus X Ev3, is based on Maps an inherits from GXControlGridBase, the main function is to select a point in the map and return the geolocation updating Genexus attribute and launching an event showing a…
Daynel
  • 58
  • 1
  • 1
  • 7
1
2 3 4 5 6 7