Are you looking for help?
This is a support forum for reporting issues related to Backendless services. Please note that due to our support policy we cannot provide you help with debugging your code, consulting in regards to any language or third-party library usage. For this kind of questions we recommend using more appropriate forums like Stack Overflow.
In order to suggest you a quality solution, we shall usually ask you to provide the details mentioned below first. Including them into your topic right away helps us to start investigating your issue much faster.
In case you have a suggestion or an idea, the details below are not always required, though still any additional background is welcome.
Backendless Version (3.x / 5.x, Online / Managed / Pro )
5.x, Online
Client SDK (REST / Android / Objective-C / Swift / JS )
Swift
Application ID
StudentActivities
Expected Behavior
Please describe the expected behavior of the issue, starting from the first action.
- The app runs.
- It tries to save new objects from its [SAEventBE] array
- A new table named “SAEventBE” is created in Backendless with the data
Actual Behavior
Please provide a description of what actually happens, working from the same starting point.
Be descriptive: “it doesn’t work” does not describe what the behavior actually is – instead, say “the request returns a 400 error with message XXX”. Copy and paste your logs, and include any URLs.
- The app runs and the saving code runs
- No new table is created in the Data section
- No items are saved.
I am curious as to why this is happening. When I replace this class with a simpler class, the table saves fine and is created correctly in Backendless. So there must be something about this class that makes it not save. Any ideas? I don’t see any obvious error messages but I’m not really sure what to look for.
Help please – this message is on behalf of one of my students but she hasn’t been able to figure out the problem and I haven’t either!