Search found 135 matches

Go to advanced search

by Joni de Campos
Wed Aug 07, 2019 8:23 pm
Forum: Issues
Topic: How Secure is Secure Rest
Replies: 2
Views: 685
 
Jump to post

How Secure is Secure Rest

Hi Deon,

Did you acomplish to build the app for a Bank?

How did it go ?

by Joni de Campos
Tue Jul 02, 2019 9:11 pm
Forum: Issues
Topic: Google is complaining of Usage of Android Advertising ID
Replies: 2
Views: 818
 
Jump to post

Google is complaining of Usage of Android Advertising ID

For others with the same problem

Ok..problem solved...Google asked us for the Privacy Policy URL inside the App and the Google Play store App Page.

Resubmitted the App to Google Play....App aproved...

Problem Solved...

Thanks

by Joni de Campos
Mon Jul 01, 2019 8:21 pm
Forum: Issues
Topic: Google is complaining of Usage of Android Advertising ID
Replies: 2
Views: 818
 
Jump to post

Google is complaining of Usage of Android Advertising ID

We recieved the followin message from google play, after we publish our App with Notifications ON: Issue: Violation of Usage of Android Advertising ID policy and section 4.8 of the Developer Distribution Agreement Google Play requires developers to provide a valid privacy policy when the app request...
by Joni de Campos
Wed Jun 19, 2019 5:54 pm
Forum: Issues
Topic: Pass parameters to a cascade of services using javascript ( serviceName.execute())
Replies: 10
Views: 2177
 
Jump to post

Pass parameters to a cascade of services using javascript ( serviceName.execute())

Hi Serhill, Got the code working ( now i can get the value of i inside the success response. Now the challenge is to execute the self-executing function only after the previous one is ended... So i found no way of doing that...the self-executing function executes right after the first call is made, ...
by Joni de Campos
Fri Jun 14, 2019 10:58 pm
Forum: Issues
Topic: Debug jscript
Replies: 3
Views: 1592
 
Jump to post

Debug jscript

Hi Deon...did you made any modification in Web_Resources files ?

I had a similar problem this week because a just inserted a line in one of the Web_Resources file...

by Joni de Campos
Mon Jun 10, 2019 3:06 pm
Forum: Issues
Topic: Unrecoverable Syntax Error
Replies: 7
Views: 6704
 
Jump to post

Unrecoverable Syntax Error

HI ...i had the same problem...in my case i was using "let"to define a variable,which gave the error...changed to "var"and the problem was solved...

by Joni de Campos
Mon May 20, 2019 1:42 pm
Forum: Issues
Topic: Pass parameters to a cascade of services using javascript ( serviceName.execute())
Replies: 10
Views: 2177
 
Jump to post

Pass parameters to a cascade of services using javascript ( serviceName.execute())

Thanks Serhill, Since it is a loop, where should I put a delay to not exceed the database api burst rate ? Can it be the sleep function bellow: function sleep(millisecondsToWait) { var now = new Date().getTime(); while (new Date().getTime() < now + millisecondsToWait) { /* do nothing; this will exit...
by Joni de Campos
Wed May 15, 2019 5:21 pm
Forum: Issues
Topic: Pass parameters to a cascade of services using javascript ( serviceName.execute())
Replies: 10
Views: 2177
 
Jump to post

Pass parameters to a cascade of services using javascript ( serviceName.execute())

Yes..."i" is necessary to the function onSuccessHandlerFindCliente. Since orders is a global variable, all information we need is there...we only need the index do orders to get user order information like email, etc. The variable "i" is used inside this function to get the user ...
by Joni de Campos
Wed May 15, 2019 1:01 pm
Forum: Issues
Topic: Pass parameters to a cascade of services using javascript ( serviceName.execute())
Replies: 10
Views: 2177
 
Jump to post

Pass parameters to a cascade of services using javascript ( serviceName.execute())

Hi Serhii, When you say " You have to use the self-executing function there and pass the variable", I understand that a have to pass the variable in the data call, right ? This is the first level loop. I am trying to pass the i index to findClientebyEmail service. But the question is how d...

Go to advanced search