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
0
votes
1 answer

App42 cloud service (baas) - bulk upload possible?

Is this possible? Or do I have to upload one document after another? Which needs very long if you want to upload thousends of documents... As with downloading, bulking together 100 documents would be quite nice... Is this somehow possible?
prom85
  • 16,896
  • 17
  • 122
  • 242
0
votes
2 answers

Cocos2D-X Layer::init() gets stuck when waiting for Leaderboard Service

I'm trying to integrate App42 Leaderboard Service to my Cocos2D-X Game. The core functionality (Sending Scores to Server and retrieving them, just the way shown on the App42 site...) is working fine. Now i want to visualize my leaderboard data using…
0
votes
1 answer

Unity App42 SDK - storing score id in SQLite DB

I'm implementing a leaderboard service with App42 Unity SDK. The basic workflow is to save user's score first time, get the returned score id as described in tutorials,store it in the device local SQLite DB and then update the user score with that…
Koshak118
  • 13
  • 5
0
votes
1 answer

App42 API Unity SDK: getTinyUrl() return null when using File Upload Service

I'm using the App42 Unity SDK for uploading binary files; it used to work just fine, but now I've started to get "null" when retrieving the tiny url by calling fileList[i].GetTinyUrl(); (just as a documentation shows). The file is uploaded…
Koshak118
  • 13
  • 5
0
votes
1 answer

App42 Phonegap register user

I´m using app42 to sand and receive push notifications. When I try to register use using the JS function "registerForPush" called via JAVA this message shows in LOG: "CordovaLog(3108): : Line 1 : Uncaught ReferenceError: registerForPush is not…
0
votes
1 answer

Android-AppWarp Unity SDK: BAD_REQUEST/CONNECTION_ERROR when calling WarpClient.GetInstance().Connect()

I'm running into the issues since today. The way I was keeping the user name unique was creating it as ${FACEBOOK_FIRST_NAME}_${FACEBOOK_ID} and WarpClient.GetInstance().Connect(${FACEBOOK_FIRST_NAME}_${FACEBOOK_ID}) worked just fine till now. Today…
Koshak118
  • 13
  • 5
0
votes
1 answer

Impossible to undeploy CustomCode jar (and therefore impossible to deploy a newer version)

I am giving a try with the app42 PaaS solution from Shephertz, and especially its CustomCode feature to deploy Java server-side code. I managed to correctly deploy one version of my server-side "CustomCode" jar (using "ant deploy" command, like in…
Guillaume Cernier
  • 1,311
  • 2
  • 9
  • 7
0
votes
0 answers

Push notifications issues: key,failed/message not reach

I'm still new to iOS dev. And I'm very, very new to whole APNS idea. I followed many tutorials, and didn't go so well. I'd like to ask some questions. Can I use same .certSigningRequest file for dev/dist/apns certificates? Does it matter if some…
0
votes
0 answers

Error while trying to deploy App42 Custom-Code

I'm trying to deploy my custom code in App42 and keep getting the following error message: Class can not be used in custom code deployment java.lang.Class : in…
Esam Bustaty
  • 346
  • 1
  • 4
  • 13
0
votes
1 answer

App42 Custom Code Instantiating Mechanism

I'm using App42 Custom-Code feature, I want to know how objects are instantiated, i.e. is there a single instance of my class that implements Executer and the function execute is called for every request, or a new instance is instantiated for every…
Esam Bustaty
  • 346
  • 1
  • 4
  • 13
0
votes
1 answer

Date format in json for mobile backend

I am using App42 for my mobile backend. I need to put date field in my JSON that I am saving and further do a query on it for date search. I am not able to find it in document. Can anybody please let me know what is the required date format to do…
Puneet Jain
  • 219
  • 2
  • 7
-1
votes
2 answers

Js giving Unexpected identifier

When i try to execute the js file from cmd line, i am getting this error. I am not sure whether we can give the keys like that. const App42 = require('./js/App42-all-1.6.min'); const mod = require('./js/buddy'); module.exports = { var API_KEY =…
Kumar KS
  • 521
  • 8
  • 18
1
2