Product Details 商品属性
- Language: PHP
- Database: Mysql
- License: License-Free
- Source Code: Fully Open Source
- Specification: Full Website Source
- Demo URL: https://drive.google.com/file/d/1XUBf-_cjxbrx2eotNMSzQAD5_M-quV1r/view
- Delivery: Manual (seller ships within 1–3 days)
– Build on Xcode 11 using Swift 5.
– Marketplace retail is a shopping application for mobile devices.
– With safe and practical trading functions.
– Integration with online payment services via Stripe or COD services.
– The layout design is eye-catching and the user-friendly interface provides a fast and convenient shopping experience.
– Update order status frequently.
– Update promotions and sale dates.
– Search for products by category and add products in all categories such as fashion, cosmetics, smartphones, electronics, baby products, online bookstore…
– Market retail is written in the Swift programming language, combining the benefits of modern languages with high security. The application is developed using the Firebase database.

– Based on Xcode 11 and Swift 5
– Integrated Firebase database
– Integrated fringe
– The layout is eye-catching
-.. ETC,…
+ macOS Catalina(10.15).
+ Xcode 11 (latest Xcode).
A. Register the project with the Firebase database.
– go to https://firebase.google.com/.
– Sign in with your gmail account.
– Click Go To Console.
– Click Add Project.
– Name the project.
– Click Continue.
– Continue to continue.
– Agree to Firebase’s terms and select “Create Project”.
… Wait for completion,…

– Click Continue.
– Select iOS.
– Open the project using Xcode.
– Enter iOS Bundle ID. Taken from projet’s “Bundle Identifier”.
– Click Register Application.
– Download GoogleService-Info.plist.
– Click Next.
– In macOS. Select Terminal.
– Install Cocoapod.
– Copy sudo gem install cocoapods and paste it into Terminal. Press Enter -> Enter the password for installing the system.
– After the installation is complete. In the terminal, click:
cd -> Drag the path from the directory containing the item Market Retail -> Enter -> Enter ls -> Enter.
– To continue, Enter pod install -> Enter. Wait for completion.
– After running. Select Market Retail.xcworkspace to open it.
– Inside Market Retail/Resources/…
– Delete the old GoogleService-Info.plist file. And drag the new “GoogleService-Info.plist” file you just downloaded into your project.
– Select Copy items if needed. Select Create Folder Reference. And check “Market retail”. Used to copy files into a project. Press Finish when you are finished.
– Press Command + B or Product/Build. Are there any errors in checking items?
B. Podfile。
– Stripe is integrated into the project using localhost. Used to check the operation of the payment function.
– You can install it on your computer.
– first of all, go to https://www.mamp.info/en/ and download the MAMP to your computer. Then click Install.
– The installation is complete. Click MAMP to start. Then click Start Servers and MAMP will connect to Apache Server and MySQL Server.
– Go to google.com and find the keyword “stripe php”. Download the zip file to your device.
– Unzip and we will see the folder “stripe-php”.
– Copy the stripe-php folder to: Application/MAMP/htdocs.
– we will have the path “http://localhost:8888/stripe-php/”. When we enter, we will see the files in the directory stripe-php.
– In the stripe-php folder, open the “payment.php” file using Atom or any software that supports *php files.
– In “payment.php”, we will see a key: sk_test_LC… .
– Visit Stripe.com. Sign up for an account or login.
– In the interface. Developer /API key/Display Test key token. We’re going to see two keys. 1 is the publishable key and the secret key.
– Copy the key and paste it into “payment.php”.
– Copy the Publishable key and paste it to Market Retail/AppDelegate.swift.
– internal market retail/label shopping cart/BillingInformationTVC swift/” func tokenToStripe (_ token: STPToken) {} “.
– Copy the localhost path we just accessed and paste it into the project. Save and run the project.
– You can watch the video to see the details.
