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 RemoteApplicationServer
As documentation says:
If you have a completely offline application and you need this Registration Handler procedure to be generated offline exclusively, set Main property = False and Connectivity Support property = Offline
I have set my main SD object Registration Handler property to use this procedure.
I have also set the following properties on procedure NotificationsRegistrationHandler:
What it´s wrong with my code or configuration?
Thanks, Rogelio Arosemena