iOS Download Service SDK Functionality No Longer includes .h and .m

There are no header or implementation files in the zip when downloading the SDK for hosted APIs. These used to be there, but have gone missing.

Also, the Android download appears to be an empty package. This problem exists in both standalone and cloud versions.

I just tried and could not reproduce the problem. What is your app id in the cloud deployment?

[spoiler=“app id”]A55A3E15-28C6-E802-FFF3-FCE8451EFD00

[/spoiler]

A couple of problems here with your service:

    You should not put your code into the com.backendless package
    You must not include contents of backendless SDK into the JAR file you deploy: https://backendless.com/documentation/api-engine/apieng_service_deployment.htm

That solved the problem - thank you!