Search found 14 matches

Go to advanced search

by Rick O'Connor
Thu Apr 24, 2014 12:54 am
Forum: Issues
Topic: JSON Push Notification with XHR.send
Replies: 1
Views: 323
 
Jump to post

JSON Push Notification with XHR.send

Hi guys, I'm trying to send push notifications through server code but I'm getting a 400 response. Could someone please take a look at the code below. Thanks! code var pushApiKey = "6b32xxxxxxxxxxxxxxxxxxxxx95f5a&quot var XHRResponse = XHR.send("POST", "https:&#47...
by Rick O'Connor
Wed Apr 23, 2014 2:37 am
Forum: Issues
Topic: Background App Refresh and Session Tokens
Replies: 2
Views: 397
 
Jump to post

Background App Refresh and Session Tokens

*120 mins

by Rick O'Connor
Wed Apr 23, 2014 12:18 am
Forum: Issues
Topic: Background App Refresh and Session Tokens
Replies: 2
Views: 397
 
Jump to post

Background App Refresh and Session Tokens

I realise the session token expires after 120 since last activity. Does this activity include background app refresh? Consider my iOS app pushes geolocation data to the database every 10 mins. Will that count as "Activity" and therefore the session token will remain active indefinitely? Th...
by Rick O'Connor
Wed Apr 16, 2014 9:50 am
Forum: Issues
Topic: Safari issues with app editor since update.
Replies: 4
Views: 594
 
Jump to post

Safari issues with app editor since update.

That sorted it. Thanks for your help.

by Rick O'Connor
Wed Apr 16, 2014 9:40 am
Forum: Issues
Topic: Safari issues with app editor since update.
Replies: 4
Views: 594
 
Jump to post

Safari issues with app editor since update.

Hi Katya,

I closed Safari.
Opened with Chrome (Opens fine).
Opened with Safari.
Still the same error.

Image

by Rick O'Connor
Wed Apr 16, 2014 7:57 am
Forum: Issues
Topic: Safari issues with app editor since update.
Replies: 4
Views: 594
 
Jump to post

Safari issues with app editor since update.

Hi All, I can't edit app in Safari OSX since site maintenance. Opens fine with Chrome. Please see screenshots below. The error (After repeated attempts to automatically reload): https://d2r1vs3d9006ap.cloudfront.net/s3_images/1045905/appery_error_inline.png?1397634881 The browser: https://d2r1vs3d90...
by Rick O'Connor
Mon Apr 14, 2014 2:40 am
Forum: Issues
Topic: maintenance issues
Replies: 23
Views: 3491
 
Jump to post

maintenance issues

Hi Illya, To solve this issue I had to "Unlink Database" and set it up again. Thanks.

by Rick O'Connor
Mon Apr 14, 2014 1:20 am
Forum: Issues
Topic: How to link the photo I have on popup to a specific place on a website
Replies: 15
Views: 1784
 
Jump to post

How to link the photo I have on popup to a specific place on a website

@Paco

On your website put an anchor at the point you want to link to.

code<a name="nexus5"></a> /code

Your link from the app will be. http:www.example.com/#nexus5

by Rick O'Connor
Mon Apr 14, 2014 1:04 am
Forum: Issues
Topic: Query Products Database Dropdown Based On LocalStorage Variable
Replies: 6
Views: 804
 
Jump to post

Query Products Database Dropdown Based On LocalStorage Variable

Not sure if I can help you Jon but I'll give it a shot. In my (amateur) opinion: Join the where parameter of your query to the local variable you set from the list. Add JS. Something like: var jsLoadID = localStorage.getItem('LoadID'); return '{"LoadID":"'+ jsLoadID+'"}'; Hope th...

Go to advanced search