iT邦幫忙

鐵人檔案

2023 iThome 鐵人賽
回列表
Mobile Development

App從開發到上架 系列

App從前端,後端,到上架過程紀錄

鐵人鍊成 | 共 30 篇文章 | 0 人訂閱 訂閱系列文 RSS系列文 團隊IMAC_iOS_老菜雞組
DAY 21

Day23: iOS 開發:我的第一支API!

接受帶有參數的GET請求: java import org.springframework.web.bind.annotation.GetMapping; im...

2023-10-06 ‧ 由 fox3allenwan 分享
DAY 22

Day24: iOS 開發:畫面功能(查找附近餐廳)

import UIKit import CoreLocation class RestaurantSearchViewController: UIViewCo...

2023-10-07 ‧ 由 fox3allenwan 分享
DAY 23

Day25: iOS 開發:簡單的餐廳訂位功能 - 試著把前後端給串接起來!

我們首先來建立一個簡單的訂位功能的API。在這個例子中,我們會使用Java和Spring Boot來建立後端API,然後使用Swift 5.0來建立前端應用程式...

2023-10-08 ‧ 由 fox3allenwan 分享
DAY 24

Day26: iOS 開發:優化一些畫面以及功能吧!

enum BottomItems: Int, CaseIterable { case HomeViewController = 0, FindingVi...

2023-10-09 ‧ 由 fox3allenwan 分享
DAY 25

Day27: iOS 上架:發布TestFlight

TestFlight 是由 Apple 提供的 beta 測試服務,允許開發者在上架之前將他們的應用程序分享給受邀用戶。以下是在 TestFlight 上發佈你...

2023-10-10 ‧ 由 fox3allenwan 分享
DAY 26

Day28: iOS 上架:iOS上架到App Store的流程

將你的 iOS 應用程序上架到 App Store 包括多個步驟,以下是一個簡單的流程概述: 步驟 1:註冊 Apple 開發者帳號確保你已經註冊了 Apple...

2023-10-11 ‧ 由 fox3allenwan 分享
DAY 27

Day29: iOS 上架:Certificates, IDs & Profiles

在iOS上架應用程序之前,您需要配置和管理證書、標識和配置文件。以下是在iOS開發中使用Xcode和Apple開發者中心(Certificates, IDs &...

2023-10-12 ‧ 由 fox3allenwan 分享
DAY 28

iOS 開發:line第三方登入

要在iOS應用程式中實作第三方Line登入功能,你需要使用Line的開發者API來實現。以下是使用Swift 5.0來實作Line登入功能的基本步驟: 步驟1:...

2023-10-13 ‧ 由 fox3allenwan 分享
DAY 29

ios 開發:fb第三方登入

首先,確保你已經在Facebook開發者平台上建立了一個應用程式,並且取得了應用程式的App ID。接下來,你需要將Facebook的SDK整合到你的專案中。你...

2023-10-14 ‧ 由 fox3allenwan 分享
DAY 30

iOS 開發:App Store 手動簽發憑證

以下是手動簽章並將應用程式上架到 App Store 的步驟步驟 1:生成證書登入開發者帳戶: 登入Apple 開發者網站。建立 App ID: 在開發者中心建...

2023-10-15 ‧ 由 fox3allenwan 分享