Questions tagged [genexus-sd]

GeneXus Native Mobile Generator - Creates Android and iOS apps.

96 questions
0
votes
2 answers

Requirements to do reverse Geocoding in Genexus Smart Devices

I need to make a Reverse Geocoding for my SD app with Genexus X Ev3 U7, to show a location through aa given address in the map within the app. I've struggled for some time figuring out how to make it work with no luck. I've already read all the…
0
votes
2 answers

How to generate apk by using genexus?

I'm failed to Integrated the three different transaction/ work with device pattern of Genexus. APK files are individually generated. Three apk for three transaction table. how can i develop into a single apk file?
Samsul Arefeen
  • 23
  • 1
  • 1
  • 2
0
votes
2 answers

NotificationsRegistrationHandler is not being called on iOS

I have an app working and published in the Apple's app store. We are developing an update with new features and I noticed that the NotificationsRegistrationHandler is not being called anymore on iOS when the user accepts to receive notification (in…
Andrei Hodecker
  • 136
  • 1
  • 8
0
votes
2 answers

The service '/app/notificationsregistrationhandler.svc' cannot be activated due to an exception during compilation

On developement site this REST web service works fine but on production site I get this error: Server Error in '/app' Application. The specified module could not be found. (Exception from HRESULT: 0x8007007E) Description: An unhandled exception…
0
votes
1 answer

Sending Push Notification Keeps Waiting on a Web Panel

I have a Web Panel on Genexus X Ev2 U7 where I´m trying to send a push notification to my Android app developerd on Genexus X Ev3 U5. The code is the following: Event Start &MessageCharacter = 'Mi Notificacion' &GpsDeviceToken =…
0
votes
0 answers

Genexus AudioAPI on iOS

I already implement the Genexus Audio API and it works for iOS including on background and when the screen locked, but when is in locked screen and the pause button is pressed the current playing is stopped instead pause and also for play again is…
Marc M
  • 37
  • 2
0
votes
1 answer

Android App Crash at Startup on Sony Xperia E4 4G LTE but not on other devices

I'm using Genexus Ev3 build 10.3.92797 U3 to generate an Android Application which runs well on several devices like Samsung, LG, Moto-G, Nexus, etc. But on Sony Xperia E4 4G LTE crashes showing "Application has stopped unexpectedly" after splash…
0
votes
1 answer

External Object for Android with callback Event

I'm building an External Object for Android. I have an asynchronous method and I guess I must to use an Event into the External Object to receive it's callback in Genexus. But, can anyone show me how to trigger this event in GX from the android…
0
votes
1 answer

Algorithm negotiation fail deploying iOS app in OSX "El Capitan"

I'm trying to deploy an app to a macbook with "El Capitan" OS Version but the MacTransfer.exe of Genexus says "Algorithm negotiation fail". I have already enable the remote login and also made the change in de etc/ssh/sshd_config for…
0
votes
1 answer

Genexus SmartDevice error just in android compilation

I have a Genexus Ev3 U3 SmartDevice project, suddenly an android compilation error show off in the build list. The Genexus objects doesn't show any errors, the message is just appearing in process. I complile objects separated and they don't show…
gcastano
  • 101
  • 1
  • 9
0
votes
2 answers

Genexus X Evolution 3 - Device registration for notifications does not work

I have an online application for Smart Devices created in Genexus X Evolution 3 (U2) wich has notifications enabled (only for android at the moment) but for some reason that I don't know, I can't register the devices to send the notifications later.…
0
votes
2 answers

Time to expire a token in GAM for SD

I'm using GAM to create the authentication system for my SD app, I wish the user to login once and never again (unless the user logout). I checked my security policies and the field "Token expires (minutes)" is 0. This mean the user session will…
Andrei Hodecker
  • 136
  • 1
  • 8
0
votes
1 answer

Issue genexus cloud deploy sd for windows 8, app open and minimize after splash screen

Genexus developers, I'm experiencing issues after launching the app, start the splash screen, then freeze and minimize immediately. Anyone who experienced this issue? I've started to deploy to cloud a windows 8 app using genexus ev3 update 2,…
Tomás
  • 1
  • 3
0
votes
1 answer

Hide wwsd section based in one att

How can I hide/show a WWSD detail's section based on the value of one attribute? I already tried: SectionName.Visibe = true/false in the Load and Start events.
Marc M
  • 37
  • 2
0
votes
1 answer

Play youtube video embed in the app

Anyone know how to play the youtube videos embed in the app to avoid the video play in the ios native player out of the app as is the commom behaivor ? I usint a component variable to load the video with youtube/embed/videoid thx.
Marc M
  • 37
  • 2