We look forward to a successful working relationship in the future,
Swepps Team.
The app use Parse.com, which will shut down their services at the end of this year.
If you need a custom server solution, or a different free to use 3rd party, we can help you, if you have a budget for this.
If you want us to give you a quotation, send us an email at we@swepps.com including every feature you need.
Thank you.
As promissed we have a small update for you, we have fixed the search function and added 'report' feature to the app.
Go to and include this Cloud Code for the search function, instead of the one in the app (CloudCode – cloud – main.js – edit and replace the code with this new one – parse deploy in your terminal).
After that, open controllers.js file, look for SearchResultsCtrl and replace it with this code over here:
This fixes the search function.
As for the report button, first add this code inside controllers.js – inside ItemsCtrl (at the end), and inside templates – item.html add this code
<p class="pt20 text-center" ng-click="report(item.id)"><i class="material-icons assertive">report</i><br /> Report listing</p>
just before
</ion-content>
This add a ‘reported’ flag to your item in Parse.
Online preview and the APK are not updated yet, we will come back after the holidays. Happy New Year!