Search found 143 matches

Go to advanced search

by Andrew Peacock
Mon Aug 08, 2016 1:23 pm
Forum: Issues
Topic: Severe Push Notification REST API Documentation Issues
Replies: 1
Views: 360
 
Jump to post

Severe Push Notification REST API Documentation Issues

Hi, your new documentation for push notification rest API is severely lacking a lot of detail that used to be in the old documentation. Is there any way I can access the old one, as I'm now stuck with no idea how to do what I want.

Regards,
Andy

by Andrew Peacock
Tue Aug 02, 2016 10:42 pm
Forum: Issues
Topic: Filter data that is in an array
Replies: 14
Views: 2087
 
Jump to post

Filter data that is in an array

Hi Deon,
This sounds like a job for underscore JS:

var filterArray = _.filter(originalArray, function(item) { return item.FieldName == 'FirstName'; });

That should do it. Hope it helps,
Andy

by Andrew Peacock
Tue Jul 26, 2016 8:26 pm
Forum: Issues
Topic: AUTO UPDATE Poor user Experience leading to multiple phone calls and bad reviews.
Replies: 49
Views: 7774
 
Jump to post

AUTO UPDATE Poor user Experience leading to multiple phone calls and bad reviews.

Hi Kal,
I agree with you, although I suspect that the development lifecycle of the Appery platform got in the way. Some of the changes added this week might have already been mid-development?
Andy

by Andrew Peacock
Tue Jul 12, 2016 8:14 am
Forum: Issues
Topic: Angular/ionic pull to refresh
Replies: 6
Views: 825
 
Jump to post

Angular/ionic pull to refresh

Hi Sergiy, I'm struggling with this, but I can't see why. So to look at the source HTML, I created a test page with the ion-refresher hardcoded into the source file template, and it works fine. I've then created a directive which inserts the tag after the and it works fine in the browser. However, i...
by Andrew Peacock
Thu Jul 07, 2016 3:34 pm
Forum: Issues
Topic: Updating the Device Collection
Replies: 24
Views: 3111
 
Jump to post

Updating the Device Collection

Hi Logan,
It's returned in the response to the initial RegPush function. Simply map the response field to the variable so you can later use it in the update device service.

Hope that helps,
Andy

by Andrew Peacock
Thu Jul 07, 2016 8:25 am
Forum: Issues
Topic: Updating Apperyio plugins
Replies: 3
Views: 812
 
Jump to post

Updating Apperyio plugins

Hi, I'm thinking of putting my core app code into an Appery custom plugin, to allow it to be shared between other apps. I see that I can edit the plugin seperately from the app, via the main Plugins menu. However, if I make a change, do I need to re-add the plugin to the apps which are using it, or ...
by Andrew Peacock
Thu Jul 07, 2016 8:14 am
Forum: Issues
Topic: Angular/ionic pull to refresh
Replies: 6
Views: 825
 
Jump to post

Angular/ionic pull to refresh

Hi Sergiy,

Is there any chance you could add the Ion Refresh component to the builder?

Andy

by Andrew Peacock
Thu Jul 07, 2016 8:13 am
Forum: Issues
Topic: Advice sought on how to manage dev / production releases?
Replies: 4
Views: 853
 
Jump to post

Advice sought on how to manage dev / production releases?

Hi Bruce, Thanks for the detailed response, and apologies for the delay getting back to you. It's been one of "those" weeks. OK, I think the Appery plugin piece is the thing I'm looking for, as the database for my app won't vary very much (the backend is actually a heavily-customised Wordp...
by Andrew Peacock
Thu Jul 07, 2016 8:02 am
Forum: Issues
Topic: Updating the Device Collection
Replies: 24
Views: 3111
 
Jump to post

Updating the Device Collection

Hi Logan, I struggled with this one a bit. Let's see if I can help. First, you need to capture the deviceID during the initial registration, and store it in a local variable. Then in the mapping for the update, you need to map the local variable to the deviceID item in the URL of the REST service. A...

Go to advanced search