Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Appery is down

Great! Thank you for update.

Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

Appery is down

same problems as yesterday...

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Appery is down

Hello Alex,

We are sorry for inconvenience, again. Could you please try now?

Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

Appery is down

now is OK

Dirk Gissing
Posts: 0
Joined: Sat Oct 12, 2013 4:18 pm

Appery is down

Is anyone else experiencing troubles with the camera service after the update of today?? Every time I open my apps in the appery tester or with an apk file, I can't access the cameraservice anymore. This doesn't happen with all my apps, just one. I've tried deleting the app and creating it again with a backup, but it didn't help. .

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Appery is down

Hello Dirk,

We just tested camera component and it works correctly. We haven't received such issues from customers except yours. Could you please check, do you have any errors in console?

Jason Baird
Posts: 0
Joined: Tue Nov 26, 2013 11:38 pm

Appery is down

I'll tell you something I have a problem with... every time I scan anything with the barcode scanner there is a leading zero returned.

So now I have to do this on the string returned....

var str = value;
var n = str.length;
if (n==13){
if( str.charAt( 0 ) === '0' )
str = str.slice( 1 );
}
return str;

That uses the camera... maybe it's a hint

Dirk Gissing
Posts: 0
Joined: Sat Oct 12, 2013 4:18 pm

Appery is down

Hello Evgene,

I guess it was something temporary. It's working again!

Return to “Issues”