|
|
|
|
|
|
|
|
|
|
Please be aware for “Extended License” of “Envato”
– https://codecanyon.net/licenses/terms/extended
Release Note
Version 1.0.14 Released Date : 24 Apr 2018 Changed Logs 1. Fixed share pop up at ipad 2. Fixed to show error message, when Stripe Payment is fail. 3. Improvement for internet connection checking Effected Files From Xcode - Mokets/BalanceQty.swift - Mokets/Config.swift - Mokets/ImageScrollView.swift - Mokets/Info.plist - Mokets/ItemDetailViewController.swift - Mokets/StripeViewController.swift - Mokets/Base.lproj/Main.storyboard Effected Files From Backend - application/config/autoload.php - application/controllers/rest/Categories.php - application/controllers/Discount_types.php - application/controllers/rest/Stripe.php - application/models/Module.php Effected From Database - UPDATE `be_modules` SET `group_icon` = 'fa-pencil-square-o' WHERE `be_modules`.`module_id` = 21;
Version 1.0.13 Released Date : 14 Nov 2017 Change Log 1) Updated to support Xcode 9.1 2) Updated SQLite with Swift 4 3) Alamofire with Swift 4 4) Updated not to show keyboard at news feed detail page. 5) Updated missing Selected Category name after click. 6) Updated Gallery Image is not showing fully in iPhone SE. 7) Updated Keyboard covering in search page in iPhone SE. 8 ) Updated keyboard hiding when press button in login, register, forgot password, inquiry and comment entry. 9) Updated domain www.panacea-soft.com to www.panacea-soft.co 10) Updated some UI Warning 11) Server Side Form Validation (New) 12) File Upload Security Improvement (New) Effected Files For Xcode - Alamofire-master/*.* - SQLite.swift-master/*.* -Mokets/Assets.xcassets/AppIcon.appiconset/Contents.json - Mokets/Assets.xcassets/AppIcon.appiconset/mk-icon.png - Mokets/Base.lproj/Main.storyboard - Mokets/Common.swift - Mokets/ForgotPasswordViewController.swift - Mokets/InquiryEntryViewController.swift - Mokets/ItemDetailViewController.swift - Mokets/LoginViewController.swift - Mokets/RegisterViewController.swift - Mokets/ReviewEntryViewController.swift - Mokets/SearchViewController.swift - Mokets/UserProfileEditViewController.swift Effected Files For Backend - application/config/autoload.php - application/config/mimes.php - application/config/teamps_config.php - application/libraries/Uploader.php - application/controllers/Attributes.php - application/controllers/Categories.php - application/controllers/Discount_types.php - application/controllers/Feeds.php - application/controllers/Items.php - application/controllers/Shops.php - application/controllers/Sub_categories.php - application/controllers/Users.php - application/views/attributes/add.php - application/views/attributes/add_detail.php - application/views/attributes/edit.php - application/views/attributes/edit_detail.php - application/views/categories/add.php - application/views/categories/edit.php - application/views/discount_types/add.php - application/views/discount_types/edit.php - application/views/feeds/add.php - application/views/feeds/edit.php - application/views/items/add.php - application/views/items/edit.php - application/views/login.php - application/views/shops/create.php - application/views/shops/edit.php - application/views/shops/view.php - application/views/sub_categories/add.php - application/views/sub_categories/edit.php - application/views/templates/mokets/header.php - application/views/users/add.php - application/views/users/edit.php - application/views/ads.php (New) - application/views/analytic.php (New) - application/views/flash_message.php (New)
Version : 1.0.12 Released Date : 23 Oct 2017 Change Log 1) Support for CodeIgniter 3 and PHP 5 & 7 2) Fix minor bug at Checkout Effected Files For Xcode - Mokets/CheckoutConfirmViewController.swift Effected Files For Backend New Files Created - system/*.* - application/views/errors/*.* - assets/index.html - css/index.html - fonts/index.html - img/index.html - js/index.html - uploads/index.html - uploads/thumbnail/index.html Modified Files - application/controllers/{abouts.php => Abouts.php} - application/controllers/{appusers.php => Appusers.php} - application/controllers/{attributes.php => Attributes.php} - application/controllers/{categories.php => Categories.php} - application/controllers/{contacts.php => Contacts.php} - application/controllers/{currencies.php => Currencies.php} - application/controllers/{dashboard.php => Dashboard.php} - application/controllers/{discount_types.php => Discount_types.php} - application/controllers/{favourites.php => Favourites.php} - application/controllers/{feeds.php => Feeds.php} - application/controllers/{fileupload.php => Fileupload.php} - application/controllers/{follows.php => Follows.php} - application/controllers/{gcm.php => Gcm.php} - application/controllers/{inquiries.php => Inquiries.php} - application/controllers/{items.php => Items.php} - application/controllers/{likes.php => Likes.php} - application/controllers/{main.php => Main.php} - application/controllers/{moket.php => Moket.php} - application/controllers/{ratings.php => Ratings.php} - application/controllers/{reports.php => Reports.php} - application/controllers/{reviews.php => Reviews.php} - application/controllers/{shops.php => Shops.php} - application/controllers/{sub_categories.php => Sub_categories.php} - application/controllers/{touches.php => Touches.php} - application/controllers/{transactions.php => Transactions.php} - application/controllers/{users.php => Users.php} - application/controllers/{welcome.php => Welcome.php} - application/controllers/rest/{abouts.php => Abouts.php} - application/controllers/rest/{appusers.php => Appusers.php} - application/controllers/rest/{categories.php => Categories.php} - application/controllers/rest/{example.php => Example.php} - application/controllers/rest/{feeds.php => Feeds.php} - application/controllers/rest/{gcm.php => Gcm.php} - application/controllers/rest/{images.php => Images.php} - application/controllers/rest/{items.php => Items.php} - application/controllers/rest/{shops.php => Shops.php} - application/controllers/rest/{stripe.php => Stripe.php} - application/controllers/rest/{transactions.php => Transactions.php} - application/libraries/{common.php => Common.php} - application/libraries/{uploader.php => Uploade - application/models/{about.php => About.php} - application/models/{appuser.php => Appuser.php} - application/models/{attribute_detail.php => Attribute_detail.php} - application/models/{attribute_header.php => Attribute_header.php} - application/models/{base_model.php => Base_model.php} - application/models/{category.php => Category.php} - application/models/{code.php => Code.php} - application/models/{contact.php => Contact.php} - application/models/{currency.php => Currency.php} - application/models/{discount_type.php => Discount_type.php} - application/models/{favourite.php => Favourite.php} - application/models/{feed.php => Feed.php} - application/models/{follow.php => Follow.php} - application/models/{gcm_token.php => Gcm_token.php} - application/models/{image.php => Image.php} - application/models/{inquiry.php => Inquiry.php} - application/models/{item.php => Item.php} - application/models/{like.php => Like.php} - application/models/{module.php => Module.php} - application/models/{rating.php => Rating.php} - application/models/{review.php => Review.php} - application/models/{role.php => Role.php} - application/models/{shop.php => Shop.php} - application/models/{sub_category.php => Sub_category.php} - application/models/{touch.php => Touch.php} - application/models/{transaction_detail.php => Transaction_detail.php} - application/models/{transaction_header.php => Transaction_header.php} - application/models/{transaction_status.php => Transaction_status.php} - application/models/{unlike.php => Unlike.php} - application/models/{user.php => User.php} - application/config/autoload.php - application/config/config.php - application/config/database.php - index.php Effected For Database CREATE TABLE IF NOT EXISTS `ci_sessions` ( `id` varchar(128) NOT NULL, `ip_address` varchar(45) NOT NULL, `timestamp` int(10) unsigned DEFAULT 0 NOT NULL, `data` blob NOT NULL, KEY `ci_sessions_timestamp` (`timestamp`) );
Version : 1.0.11 Released Date : 20 Oct 2017 Change Log 1) Social Share Update and keyboard space issue in checkout page (Mobile) 2) Shop Admin Bug Fixed (Backend) 3) UTF8 Characters Bug Fixed (Backend) Effected Files For Xcode - Mokets/Base.lproj/Main.storyboard - Mokets/CheckoutConfirmViewController.swift - Mokets/ItemDetailViewController.swift Effected Files For Backend - application/controllers/dashboard.php - application/controllers/items.php - application/controllers/rest/items.php - application/controllers/shops.php - application/models/shop.php - application/models/user.php - application/views/reports/analytic.php
Version : 1.0.10 Released Date : 4 Oct 2017 Change Log 1) Clear warnings and notices (Backend) 2) Show customer phone number at transaction (Backend) 3) Item Attributes & Basket Workflow Modification (Mobile) 4) To show shop information from item favourite (Mobile) 5) Some UI alignments (Mobile) Effected Files From Xcode - Mokets/AttributeModel.swift - Mokets/AttributeTable.swift - Mokets/Base.lproj/Main.storyboard - Mokets/BasketCell.swift - Mokets/BasketSchema.swift - Mokets/BasketTable.swift - Mokets/BasketViewController.swift - Mokets/CheckoutConfirmViewController.swift - Mokets/ItemDetailViewController.swift - Mokets/ItemsGridViewController.swift - Mokets/SelectedShopViewController.swift - Mokets/ShopProfileViewController.swift - Mokets/StripeViewController.swift - Mokets/TransactionHistoryDetailViewController.swift Effected Files For Backend - application/controllers/rest/transactions.php - application/controllers/attributes.php - application/controllers/categories.php - application/controllers/contacts.php - application/controllers/discount_types.php - application/controllers/feeds.php - application/controllers/items.php - application/controllers/main.php - application/controllers/shops.php - application/controllers/sub_categories.php - application/models/attribute_detail.php - application/models/attribute_header.php - application/models/feed.php - application/models/sub_category.php - application/views/attributes/edit.php - application/views/attributes/edit_detail.php - application/views/categories/edit.php - application/views/feeds/view.php - application/views/shops/create.php - application/views/sub_categories/edit.php - application/views/templates/mokets/index.php - application/views/templates/mokets/nav.php - application/views/transactions/search.php - application/views/transactions/view.php - system/core/Common.php
Version : 1.0.9 Released Date : 23 Sep 2017 1) Support iPhone X and iPhone 8 with Xcode 9 & Swift 4 2) Some UIs alignments improvement Effected Files For Xcode - Alamofire-master/*.* (Latest library replaced) - SQLite.swift-master/*.* (Latest library replaced) - Mokets/AboutViewController.swift - Mokets/AppDelegate.swift - Mokets/BasketViewController.swift - Mokets/CheckoutConfirmViewController.swift - Mokets/Common.swift - Mokets/Config.swift - Mokets/ContainerViewController.swift - Mokets/CosmosDistrib.swift - Mokets/FavouriteItemsViewController.swift - Mokets/ForgotPasswordViewController.swift - Mokets/ImageSliderViewController.swift - Mokets/InquiryEntryViewController.swift - Mokets/ItemDetailViewController.swift - Mokets/ItemModel.swift - Mokets/ItemsGridViewController.swift - Mokets/ItemsMapViewController.swift - Mokets/LoginViewController.swift - Mokets/NewsFeedDetailViewController.swift - Mokets/NewsFeedTableViewController.swift - Mokets/PSUIExtensions.swift - Mokets/PaymentOptionsViewController.swift - Mokets/PinterestLayout.swift - Mokets/RegisterViewController.swift - Mokets/ReviewEntryViewController.swift - Mokets/ReviewsListTableViewController.swift - Mokets/SearchResultViewController.swift - Mokets/SearchViewController.swift - Mokets/SelectedShopViewController.swift - Mokets/ShopProfileViewController.swift - Mokets/ShopsListViewController.swift - Mokets/StripeViewController.swift - Mokets/SweetAlert.swift - Mokets/TransactionDetailCell.swift - Mokets/TransactionHistoryDetailViewController.swift - Mokets/TransactionHistoryTableViewController.swift - Mokets/TrasnactionHeaderCell.swift - Mokets/UserProfileEditViewController.swift - Mokets/UserProfileViewController.swift - Mokets/SWRevealViewController.m - Mokets/Base.lproj/Main.storyboard - Mokets/Assets.xcassets/AppIcon.appiconset/Contents.json Effected Files For Backend - N.A *** This version must use with Xcode9 ***
Version : 1.0.8 Released Date : 8 Aug 2017 1) Item Attribute Price Bug Fixed # Effected Files For Xcode modified: Mokets/AttributeSchema.swift modified: Mokets/AttributeTable.swift modified: Mokets/ItemDetailViewController.swift
Version : 1.0.7 Released Date : 17 Jul 2017 1) Item Attribute Bug Fixed 2) Improvement for missing images binding for Shop, Category, Sub Category and Item # Effected Files For Xcode modified: Mokets/AttributeSchema.swift modified: Mokets/AttributeTable.swift modified: Mokets/CheckoutConfirmViewController.swift modified: Mokets/ItemDetailViewController.swift modified: Mokets/StripeViewController.swift # Effected Files For Backend modified: application/controllers/rest/items.php modified: application/controllers/rest/shops.php modified: application/controllers/rest/transactions.php modified: application/models/attribute_detail.php modified: application/views/transactions/search.php modified: application/views/transactions/view.php *** These 2 image files are important. Please put at "uploads" directory. new : uploads/image_not_found_big.png new : uploads/image_not_found_small.png
Version : 1.0.6 Released Date : 20 Jun 2017 1) Offline Data Caching (New Feature) 2) Animations & Transactions (New Feature) 3) About App Page (New Feature) 4) Other minor improvement for UI alignment. 5) Basket badge count bug fixed 6) Galley popup Bug Fixed 7) Load Only Published News Feed Bug Fixed #Effected Files From Xcode Project new file: Mokets/About.swift new file: Mokets/AboutViewController.swift new file: Mokets/Assets.xcassets/Back.imageset/Contents.json new file: Mokets/Assets.xcassets/Back.imageset/back.png new file: Mokets/Assets.xcassets/Back.imageset/[email protected] new file: Mokets/Assets.xcassets/Back.imageset/[email protected] new file: Mokets/Assets.xcassets/Email-Circle.imageset/Contents.json new file: Mokets/Assets.xcassets/Email-Circle.imageset/Email-Circle.png new file: Mokets/Assets.xcassets/Email-Circle.imageset/[email protected] new file: Mokets/Assets.xcassets/Email-Circle.imageset/[email protected] new file: Mokets/Assets.xcassets/Phone-Circle.imageset/Contents.json new file: Mokets/Assets.xcassets/Phone-Circle.imageset/Phone-Circle.png new file: Mokets/Assets.xcassets/Phone-Circle.imageset/[email protected] new file: Mokets/Assets.xcassets/Phone-Circle.imageset/[email protected] new file: Mokets/Assets.xcassets/Web-Circle.imageset/Contents.json new file: Mokets/Assets.xcassets/Web-Circle.imageset/Web-Circle.png new file: Mokets/Assets.xcassets/Web-Circle.imageset/[email protected] new file: Mokets/Assets.xcassets/Web-Circle.imageset/[email protected] new file: Mokets/Reachability.swift modified: Mokets/APIRouters.swift modified: Mokets/About.swift modified: Mokets/AboutViewController.swift modified: Mokets/AnnotatedPhotoCell.swift modified: Mokets/Base.lproj/Main.storyboard modified: Mokets/BasketCell.swift modified: Mokets/BasketViewController.swift modified: Mokets/CategoryCell.swift modified: Mokets/CategoryRow.swift modified: Mokets/Config.swift modified: Mokets/FavouriteItemsViewController.swift modified: Mokets/ForgotPasswordViewController.swift modified: Mokets/InquiryEntryViewController.swift modified: Mokets/ItemDetailViewController.swift modified: Mokets/ItemsGridViewController.swift modified: Mokets/LoginViewController.swift modified: Mokets/MenuListController.swift modified: Mokets/NewsFeedDetailViewController.swift modified: Mokets/NewsFeedTableViewController.swift modified: Mokets/PaymentOptionsViewController.swift modified: Mokets/Reachability.swift modified: Mokets/RegisterViewController.swift modified: Mokets/ReviewEntryViewController.swift modified: Mokets/ReviewsListTableViewController.swift modified: Mokets/SearchResultViewController.swift modified: Mokets/SearchViewController.swift modified: Mokets/SelectedShopViewController.swift modified: Mokets/ShopProfileViewController.swift modified: Mokets/ShopsListViewController.swift modified: Mokets/TransactionCell.swift modified: Mokets/TransactionHistoryDetailViewController.swift modified: Mokets/TransactionHistoryTableViewController.swift modified: Mokets/UserProfileEditViewController.swift modified: Mokets/UserProfileViewController.swift #Effected Files For Backend new file: application/controllers/abouts.php new file: application/controllers/rest/abouts.php new file: application/models/about.php new file: application/views/about/*.php modified: application/config/autoload.php modified: application/controllers/fileupload.php modified: application/controllers/rest/shops.php modified: application/language/english/ps_lang.php modified: application/models/feed.php modified: application/views/feeds/gallery.php modified: application/views/items/gallery.php modified: application/views/shops/gallery.php modified: application/views/shops/view.php
Version : 1.0.5 Released Date : 25 May 2017 1) Fixed For Basket Calculation Bug 2) Fixed For Xcode 8.3.2 warnings 3) Fixed For Special Characters at Search Results 4) Added Shops Publish and Unpublish feature from Backend 5) Implement One user -> One Rating workflow Effect Files List For Xcode Project - Mokets/APIRouters.swift - Mokets/Base.lproj/Main.storyboard - Mokets/BasketCell.swift - Mokets/ResponseTypes.swift - Mokets/ShopProfileViewController.swift - Mokets/SweetAlert.swift - Mokets/UserProfileEditViewController.swift - SQLite.swift-master/SQLite/Core/Connection.swift Effect Files List For Backend - application/controllers/rest/items.php - application/controllers/shops.php - application/language/english/ps_lang.php - application/models/shop.php - application/views/shops/edit.php - application/views/shops/view.php - application/views/shops/unpublish_shop.php (New)
Version : 1.0.4 Released Date : 13 Mar 2017 1) Improvement for iOS10 Push Notification
Version : 1.0.3 Released Date : 6 Dec 2016 1) Fixed for collection view issue on iOS 10 2) Item Attribute Bug fixed on iOS 10 3) Special characters fixed
Version : 1.0.2 Released Date : 11 Nov 2016 1) To support Swift3, Xcode8 and iOS10 2) Some improvement to compatible with Alamofire 3) Some minor bugfix according user feedback
Version : 1.0.1 Released Date : 15 Sept 2016 1) Total Amount Calculation bugFix 2) Login User Checking Logic improvement 3) Register New User and Forgot Password Page Loading bugFix
Version : 1.0.0 Released Date : 13 May 2016 # iOS Application Features 1. Xcode Project By Using Swift 2. Mobile Commerce App For Multiple Shops 3. Shops List 4. Categories & Sub Categories from Selected Shop 5. Items Pinterest Grid For Selected Sub Category 6. Item Detail Information 7. Gallery Images Slider 8. Like/Unlike For Item 9. Favourite/Unfavourite for Item 10. Item Review Message 11. Item Inquiry Message 12. User login and forgot password 13. New user registration 14. User Profile Management 15. Change Password 16. Searches by Keyword 17. User’s favorites item list 18. Push Notification 19. Admob Integration 20. Add To Cart 21. Basket Management 22. Payment Options (Stripe, Cash On Delivery, Bank Transfer) 23. Checkout Process 24. Transaction History 25. Stripe Payment Integration # Backend Features 1. Super Admin can manage for all shops 2. Shop Admin can manage only specific shop 3. Categories and Items Creation 4. News Feed Management 5. Manage for User Feedback data such as like, favourite 6. Manage for inquiry and review message 7. Send Push Notification to register device 8. Data Analytics with Google Chart API 9. Easy to change another language from language config file 10. Transaction Management # APIs Integration 1. Using RestFul API with JSON to transfer data in between Mobile App and Backend
FAQ
Q. What xcode verion need to install?
A. Please use 9 GA and above
Q. Will work with Objective C++?
A. No. It is using Swift4.
Q. Which iOS version will compatible?
A. iOS9 and 10
Q. How about Push Notification?
A. Yes, there is simple push notification by using Apple Push Notification Service.
User can register their device from App then Super Admin User could send notification from Backend to app those registered devices.
Q. Is it included Backend & API together?
A. Yes, you can manage all content from Backend and then RESTFul API will transfer data in between App and Backend.
Q. It is included Backend & API as together?
A. Yes, you can manage all content from Backend and then RESTFul API will transfer data in between App and Backend.
Q. Do I need to know programming knowledge to modify the app?
A. Yes, especially Swift and CodeIgniter.
Q. What kind of server/hosting need to Backend?
A. My backend is working fine with PHP Share Hosting. All my backend are working fine with DreamHost so I would like to recommend DreamHost.
Message To Buyer
All those features are ready to start and good enough for your full application development and customization.
If you want to know more about it, please drop message to [email protected]
Found Any Bugs? No worry at all. Please report to [email protected] Appreciates it.
After you bought, don’t forgot to review and rating!
Credit
– Some Images From Google Search
– Alamofire Framework
– SweetAlert
– EZLoadingActivity
– RangeSlider
– Freepik : http://www.freepik.com/free-vector/mobile-with-online-store-elements_846500.htm
[eltd_button size=”huge-full-width” type=”outline” text=”Download & Demo Links” custom_class=”#” icon_pack=”font_awesome” fa_icon=”” link=”” target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]
Demo = Mokets(Mobile Commerce iOS Full Application)
[eltd_button size=”huge” type=”” text=”Full Live Demo” custom_class=”” icon_pack=”font_awesome” fa_icon=”fa-laptop” link=”https://codecanyon.net/item/moketsmobile-commerce-ios-full-application/17534989″ target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]
Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy Mokets(Mobile Commerce iOS Full Application) from the The Developer ( Panacea-Soft ) website. Thank you.
Download = Mokets(Mobile Commerce iOS Full Application)-[Updated].zip