Questions tagged [app42]

app42 is an api for the Platform as a Service (PaaS) and Backend as a Service (BaaS) offering of shephertz.

app42 is an api for the Platform as a Service (PaaS) and Backend as a Service (BaaS) offering of shephertz.

App42 offers SDKs and APIs for development on different platforms, such as iOS, Android,Cocos2dx, Blackberry, Java, etc. Those APIs link to backend cloud storage while also providing features such as user management, push notifications, and others

27 questions
2
votes
1 answer

App42 - Proguard setting necessary (because debug mode works and release mode fails)

I create a query to check, if there exists new data. I compile my app in debug mode, run it and everything works fine. If I compile it in release mode, I get a NullPointerException... Can this be related to proguard? Actually, I didn't find any…
prom85
  • 16,896
  • 17
  • 122
  • 242
1
vote
1 answer

app42 backend as a service

I have been trying to connect my web app to BaaS, called app42-apphq.shephertz.com Is there a guide on how to do it? I have tried to read the documentation and I have connected, but the problem is displaying the json response to my view, because the…
1
vote
2 answers

LibGDX AppWarp get's WarpResponseResultCode.CONNECTION_ERROR on Android, but works fine on Desktop?

So I have a multiplayer game built in libGDX running perfectly fine on desktop (gets WarpResponseResultCode.SUCCESS) at onConnectDone. On android the result code is CONNECTION_ERROR and I have no idea if it is something to do with using the wrong…
Steven Landow
  • 153
  • 1
  • 21
1
vote
1 answer

Push Notification when the userId is not registered at AppHQ yet

I'm using the Push Notification service of Shephertz's App42. I'm trying to send the push notification to a user whenever another player beat his score. What I'm doing is, player1 register his score and facebook id to mySQL server. Player1 also…
kanpot2002
  • 143
  • 2
  • 9
0
votes
1 answer

Can't update android app support targetSdkVersion 28 with shephertz app42 cloud api

I need update my app to support android targetSdkVersion 28 with shephertz app42 cloud api. But I get a error: java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/http/params/BasicHttpParams; at…
0
votes
0 answers

Submit Form Displayed Using Javascript Only

I have made a game using phaser and would like my users to be able to fill in their name on a form with one field for 'Name:' and then click a submit button that submits the name they have just entered and their high score. Here is my code for the…
nitro23456
  • 15
  • 6
0
votes
0 answers

App42 Shephertz Javascript Leaderboard

I am trying to get a leaderboard to work using app42 by shephertz Here is my code, but I just get a blank page showing - what am I doing wrong? I have pre-populated the leaderboard with two entries directly using the console on the app42 website, so…
nitro23456
  • 15
  • 6
0
votes
1 answer

How to upload image using App42

I have a WebApi project and a Android client, and I need to upload some images from the WebApi using App42, the problem is, in this tutorial, it must have a StringPath, but I dont have a stringPath, because the image is gonna be send by the Android…
user3796130
0
votes
1 answer

App42 android offline storage doesn't work

I’m creating an Android Application and I want to use the offline storage. So, I’ve created test application to test app42 BaaS. App42 was initialized in TestApplication.java. App must save the information in offline storage (information about…
user2574232
  • 21
  • 1
  • 6
0
votes
1 answer

App42: push notifications don’t come on ios device

Context: I’m trying to migrate my cocos2d-x(v.3.8.1) application from Parse to App42. Everything is fine, except the push notifications. What I do: I follow this guide: -make App42 compatible .p12 certificates using .p12->.pem->.p12 …
alc77
  • 399
  • 1
  • 10
  • 22
0
votes
1 answer

App42 create user in unity

I'm totally new in this, anyway I have downloaded the sample file for unity and I have passed the API key and secret key in constant file. when I run the file in the unity editor I got many buttons, I tried to click (create user) but I got this…
0
votes
1 answer

Link Facebook User With App42

I am trying to Link Facebook User With App42, I can login to facebook, and that works, however I cant link the user with app42, I get an exception. I am using the following code: @Override protected void onCreate(Bundle savedInstanceState) { …
Hasan Kassem
  • 135
  • 1
  • 14
0
votes
1 answer

Android, App42API & Libgdx - App crashing after adding app42api external jars (dependencies)

I am developing a 2d game in eclipse using Android, libgdx, app42api's and tiled maps. I am currently working on implementing a login system using app42api's user service. I successfully can register, and login to an account, from which i am working…
devon t
  • 55
  • 2
  • 8
0
votes
2 answers

Connecting to App42API's backend User API - Libgdx & Android

I am currently developing a 2d side scroller for android and desktop, using android, libgdx, tiled maps and AppWarp's multiplayer API's. I am trying to implement App42API's User system, from which I can connect their api's to my game, enabling…
devon t
  • 55
  • 2
  • 8
0
votes
1 answer

App42 - deactivate whole database for update

Is it possible, to deactive an app (all requests will get a error answer from the app42 service) for a while (or even better, for all except one special user), update the database and after everything is valid again, reactivate the app again?
prom85
  • 16,896
  • 17
  • 122
  • 242
1
2