Search found 138 matches

Go to advanced search

by Jon Haider
Thu Aug 31, 2017 5:17 pm
Forum: Issues
Topic: Just started getting mongoDB error DBSC246 - [lat, long] is now [long, lat]
Replies: 3
Views: 1119
 
Jump to post

Just started getting mongoDB error DBSC246 - [lat, long] is now [long, lat]

Oh it gets worse, we can no longer even edit existing records because of this issue - basically our entire db just froze and unless there's a way to reverse this setting somehow, that means that means I'd have to recreate my entire db with the geoPoint data restructured to this [long, lat] format. I...
by Jon Haider
Thu Aug 31, 2017 5:06 pm
Forum: Issues
Topic: Just started getting mongoDB error DBSC246 - [lat, long] is now [long, lat]
Replies: 3
Views: 1119
 
Jump to post

Just started getting mongoDB error DBSC246 - [lat, long] is now [long, lat]

Hey guys, Did something just suddenly change where now the format of GeoPoint is [long, lat] and values are limited accordingly [(-180,180), (-90,90)]. This used to be the other way around and will now require changing every single instance of a geopoint datatype being sent to the database (without ...
by Jon Haider
Wed Aug 31, 2016 1:47 am
Forum: Issues
Topic: Android build to apk fails with Facebook Connect plugin included: lint flags "Missed Translation" errors from values/str
Replies: 3
Views: 783
 
Jump to post

Android build to apk fails with Facebook Connect plugin included: lint flags "Missed Translation" errors from values/str

[SOLVED]

Was able to follow the solution posted by Taucher here.

At first I thought that issue was unrelated so I overlooked the solution, but it's the easiest work-around.

Thank you!

by Jon Haider
Wed Aug 31, 2016 1:44 am
Forum: Issues
Topic: Facebook Connect plugin fails build
Replies: 24
Views: 3307
 
Jump to post

Facebook Connect plugin fails build

Worked for me too. Awesome, thank you!

by Jon Haider
Tue Aug 30, 2016 9:55 pm
Forum: Issues
Topic: Android build to apk fails with Facebook Connect plugin included: lint flags "Missed Translation" errors from values/str
Replies: 3
Views: 783
 
Jump to post

Android build to apk fails with Facebook Connect plugin included: lint flags "Missed Translation" errors from values/str

I exported the project to an Android Studio project so I can see all the files inside both with and without the Facebook Connect plugin, and it's really interesting because the strings.xml file is the same in both cases, but when the facebook connect plugin is NOT included, the appery compiler is ig...
by Jon Haider
Tue Aug 30, 2016 7:19 pm
Forum: Issues
Topic: Android build to apk fails with Facebook Connect plugin included: lint flags "Missed Translation" errors from values/str
Replies: 3
Views: 783
 
Jump to post

Android build to apk fails with Facebook Connect plugin included: lint flags "Missed Translation" errors from values/str

Hey guys, I'm having problems exporting to .apk when including the Facebook Connect plugin from here: ( https://github.com/Wizcorp/phonegap-f... ) and as a result the build fails with the long error shown below (all errors are related to lint flagging a "Missed Translation"). As a potentia...
by Jon Haider
Wed Jun 01, 2016 5:21 pm
Forum: Issues
Topic: Can we send a custom payload for Push notifications in appery?
Replies: 5
Views: 791
 
Jump to post

Can we send a custom payload for Push notifications in appery?

The customData should be a JSON object with some keys and values in it. You can access these keys directly from within arguments[1].additionalData pre var requestBody = { "status": "sent", "payload": { "message": msgString, "badge": 0, "customDa...
by Jon Haider
Wed Jun 01, 2016 4:42 pm
Forum: Issues
Topic: Stripe Secure Proxy - What goes in the service Authorization field?
Replies: 27
Views: 3285
 
Jump to post

Stripe Secure Proxy - What goes in the service Authorization field?

You created the secure proxy as instructed here: https://devcenter.appery.io/documenta... , right? If so, then everything should work. Just make sure you spell everything correctly. The error you're getting just means that the plugin isn't correctly obtaining the key value from your StripeDB entry. ...
by Jon Haider
Tue May 17, 2016 10:07 am
Forum: Issues
Topic: Stripe Secure Proxy - What goes in the service Authorization field?
Replies: 27
Views: 3285
 
Jump to post

Stripe Secure Proxy - What goes in the service Authorization field?

What's your question? What have you tried and what isn't working?

by Jon Haider
Fri May 13, 2016 8:14 pm
Forum: Issues
Topic: White bar under iOS launch image suddenly appears and disappears quickly before hide splashscreen. Very glitchy.
Replies: 5
Views: 901
 
Jump to post

White bar under iOS launch image suddenly appears and disappears quickly before hide splashscreen. Very glitchy.

Any ideas? Places I should look. Haven't made changes to plist, only made one change to config.xml (autohidesplashscreen set to false). So I haven't edited any source files...
Any settings that might be responsible for this weird behavior?

Go to advanced search