iOS, Android and Web versions can share the same Parse database
10 Jun 2024 • Resolved crashes to support iOS 17+ versions • Added new design and screen shots • Updated source code
4 Jan 2024 • Updated the app and new design • It supports Xcode 15+ and iOS 17.2 version
20 Nov 2022 • Updated the design and source code to resolve the new permissions of iOS 16+ version • Resolved the crash on Edit profile screen
28 Jan 2022 • Stripe bug fixed • Added support to iOS 15+ versions • Tested all the code and update permissions of new OS
8 Mar 2021 • Updated the issue of facebook login and apple login • Updated code to iOS 14.0 + version and xcode 12.0+ version
9 Nov 2020 • Updated code to resolve the issue of Facebook login • Updated design with card view of home and ads listing screen • Add new feature of 'More Ads by Owner' on AD details screen to show other ads of particular store owner/individual • Fix crash on likes and activities screen • Updated app to latest iOS 14 and its dark mode new changes • Updated new screenshots and screen recording
1 July 2020 • Registered new merchant Id to create an Apple Pay certificate. • Integrated “Apple Pay” • Integrated "Stripe" payment gateway to deduct payment from Apple Pay
14 May 2020 • Introduced a Price Filter ranges e.g $10 - $1000 as a new feature. Ads listing is sorting according to price ranges selected by users. • Updated code to iOS 13.4.1 • Fixed the issue of "Apple sign-in" in iPad running on 13.4.1 • Resolved the issue of hiding email addresses when using the Apple signin. • Resolved the issue on the account screen for getting data against unique email addresses when users hide their email addresses. • Updated webview and fix crash on listing screen with title label • Fixed the crash on map location. • Fixed query for a subcategory for multiple entries.
24 Apr 2020 • Added Sub Category Fields in “Create Ad” and “Ad Details” Screens. • Updated code to fetch and create data from Back4App backend. • Added pagination feature on the listing screen. • Subcategory issue on “Create Ad” and “Ad Details” screens has resolved. • Fixed the issue of icons of categories on “Home screen”. • Fixed the crash on “Ad Details screen”.
17 April 2020 • Updated the code to integrate “Apple Sign in” feature. • Updated the code to support apple's new dark mode feature and support iOS 13+ with Xcode 11+ versions support. • Fixed the crash when users log out open pop up screen of login.
22 August 2019 • Updated Woopy server settings on parse.com by adding Facebook auth ID provided by Facebook • Updated Woopy Facebook login code using Parse API to authenticate the user from Facebook • Fixed crash on getting user’s data from the Facebook • Removed cocoa pods from project to fix the issue of third party libraries
19 August 2019 • Fixed the bug of images fluctuation in a list by adding a third party library of image downloading. • Improved crash logs while downloading images due to the old version of swift. • Handle null pointer exceptions, if image path from backend is null.
5 August 2019 • Integrated Firebase and Facebook logins • Resolved crash issues regarding social media login from the app • Added Firebase user authentication for social media login • Integrated pagination in the ads list screen • Fixed ads crash issues while scrolling when pagination applied
3 July 2019 • Image upload optimizations
14 April 2019 • Locations bug fixed
21 March 2019 • Product filters fixes & improvements
29 January 2019 • Sell item description scroll to be visible above keyboard
12 December 2018 • Ads ordering fix.
4 September 2018 • Chat Screen Bug fix & improvements.
13 August 2018 • Full app reskin • Code refactoring / improved quality • Fixed user permissions handling for location, storage, camera • New dialog for image/video taking/picking. • Removed unnecessary permissions asking.
20 June 2018 • Made main app color configurable from the .config file
25 May 2018 • Added a Query in the 'sendFeedbackButt()' method in AdDetails.swift, in order to check if you already sent a Feedback to a seller • Added an AlertController into the 'sendFeedbackButt()' method in SendFeedback.swift, in order to dismiss the screen after sending a feedback • Accordingly to the new EU GDPR terms, I've updated the 'tou.html' file and Documentation. IMPORTANT: This means that if a User asks for his/her Account deletion, you must do it within 24 hours, as the GDPR's "Right to be forgotten" Article states (LINK: https://gdpr-info.eu/art-17-gdpr/)
21 May 2018 • Fixed a small bug in the 'submitAdButt()' method in SellEditItem.swift by wrapping this code into an IF statement: // In case this is a new Ad if adObj.objectId == nil { adObj[ADS_LIKES] = 0 adObj[ADS_COMMENTS] = 0 adObj[ADS_IS_REPORTED] = false }
26 April 2018 • Changed the line of code in the 'didFinishPickingMediaWithInfo' delegate method (in SignUp.swift), into this: avatarImg.image = resizeImage(image: image, newWidth: 300) • Added this line into Configs.swift (so now you can set your own currency symbol from this file): let CURRENCY = "$" and edited the 'submitAdButt()' method into SellEditItem.swift by chnging this line: adObj[ADS_CURRENCY] = CURRENCY • Added a couple of checkbox images into Assets.xcassets • Edited the SignUp controller in Storyboard by adding a checkbox Button, and its relative SignUp.swift file accordingly (now you have to accept the Terms of Use to sign up) • Edited the 'facebookButt()' in Wizard.swift in order to show an Alert to accept the Terms of Service before proceeding to sign up with Facebook • Updated the Documentation
3 April 2018 • Updated to recommended settings with Xcode 9.3 • Updated the 3 Facebook SDKs (because of Swift 4.1 release): FBSDKCoreKit.framework FBSDKLoginKit.framework FBSDKShareKit.framework
20 March 2018 • Added an AlertController in the 'didSelectRowAt indexPath()' method in ReportAdOrUser.swift, in order to show the success Alert (it was hiding too soon before) • Edited the 'textFieldShouldReturn()' delegate method in AdsList.swift and Home.swift in order to prevent a search in case of no text in the search TextField.
woopy is a Universal App template where you can browse and post listings on the go, new or used stuff you want to sell. You can search for keywords or category, chat with the seller by his item’s page, log in with Facebook or email, like and share ads, and a lot more.
Besides uploading up to 3 images while posting an ad, This app allows you to also upload a 10-second video, this is a great feature that other listings classifieds apps do not have!
Users will be able to report ads or users and block/unblock inappropriate users to prevent getting chat messages from blocked people. They will also able to send Feedbacks to other sellers
woopy has also a verification email system, once a user signs up by email (not by Facebook), back4app sends a verification email based on the email address the user typed in the signup screen. People will be able to see if a user is Verified or not by entering his/her Profile screen.
The Categories names and images are stored into the Parse Dashboard, so you’ll be able to add new categories remotely without having to update the app.
Check its video preview to see it in action!
woopy is a native XCode project, Swift language, Storyboard, Universal, super easy to customize, backend with Parse Server hosted on https://back4app.com
About Parse SDK and back4app
Can I host Parse Server on my own server?
I get a Code signing error in Xcode 8.x
How to remove AdMob banner ads
What about free support for this template?
Should I use the latest version of Xcode to edit this template?
How to change images in the Categories class of my Parse Dashboard?
After importing Categories.json in my Parse Dashboard, I see no data
How do I change the order of Categories?
Why do I need to have login from Apple Account in the app?
Screenshots
- XCode 11.4+ Project – Swift 4.5+
- Universal – Storyboard – iOS 14.0+
- AdMob banners
- Backend with Parse Server hosted on back4app
- Browse ads by Category or search by Keywords
- Sort ads by Recent, Price, Most liked and Condition
- Map with radius distance circle and slider to change the nearby distance
- Post/edit ads, with 3 pics and an optional 10-second video
- Send/read Feedbacks and Comments
- Report/block inappropriate users or ads
- Chat with sellers within the app, with the possibility to attach pictures to the chat messages
- Push Notifications for chat messages, likes, feedbacks and comments
- Check your liked ads in the My Likes screen
- Activity screen
- List of active chats
- Easy to Customize
- Well commented code
- User Guide and PSD icon graphics included
- Apple Mac PC with the latest OS version installed
- The latest version of XCode and some knowledge about its UI interface
- Photoshop or any other image editor software
- A valid iOS Developer account to submit apps to the App Store
- A valid AdMob account to create a banner UNIT ID
- iTunes Connect account
- A free account on back4app.com