2019年7月30日 星期二

申請 Google Play 商店 請求擴展到 64位要求

Google Play 正式核准的時間將延長至 2020/08/01。

2019年8月1日開始 Google Play 商店應用程序必須支持64位,申請提交擴展請求。

Embarcadero 相關說明及連結資料:
Google Play Store Android 32-bit Extension For Delphi and C++Builder Customers
適用於Delphi和C ++ Builder客戶的Google Play商店Android 32位擴展
https://community.idera.com/developer-tools/b/blog/posts/google-play-store-android-32-bit-extension-for-delphi-and-c-builder-customers
Additional information regarding requesting a Google Play Store extension
有關申請Google Play商店擴展程序的其他信息
https://community.idera.com/developer-tools/b/blog/posts/additional-information-for-the-android-32-bit-extension

Google Play 商店 申請(填寫表單左下方有多國言別可以選擇,使用中文(繁體)填寫表單,就會收到中文(繁體)回覆信件)
應用程式發布問題 - Play 管理中心說明
https://support.google.com/googleplay/android-developer/contact/publishing



收到 Google Play 開發者支持團隊准許延期通知信函。
收到 Google Play 正式核准的時間將延長至 2020/08/01。
填寫表單左下方有多國言別可以選擇,使用中文(繁體)填寫表單,就會收到中文(繁體)回覆信件。




2019年7月23日 星期二

首場 Delphi 10.3.2 網絡研討會

首場 Delphi 10.3.2 網絡研討會,今天 2019-07-24 台北時間 PM 21:00-22:00,了解 Delphi 10.3.2 新功能 不容錯過。
What's New in Delphi 10.3.2 Webinar Next Week
http://blog.marcocantu.com/blog/2019-july-whatsnew-1032-webinar.html


2019年6月18日 星期二

示範條碼掃描 Delphi 10.3.1 重新編譯上架

示範條碼掃描 Delphi 10.3.1 重新編譯上架

示範條碼掃描:
https://play.google.com/store/apps/details?id=com.NolanLiao1965.QRCodeScan&hl=zh_TW

開發環境:Embarcadero Delphi 10.3.1 Rio Version 26.0.33219.4899
作業系統:Windows 10 專業版 (64 位元)

示範以照相機進行一維及二維條碼掃描,並將條碼資料內容存入 SQLite 資料庫。

SQLite 資料庫:
CREATE TABLE [QRCodeScan] (
[Data] TEXT NOT NULL,
[Type] TEXT NOT NULL,
[Date] TEXT NOT NULL,
[File] TEXT NOT NULL);

2019年6月14日 星期五

Delphi & Firemonkey 問卷調查

Delphi & Firemonkey 問卷調查
https://www.facebook.com/groups/1903734576514424/


請問您在開發 Android 及 iOS 希望獲得下列哪些相關資料或付費教育訓練課程?
為避免統計發生失真,相同問卷每人限制填寫一次,謝謝。

Layout 布局設計
Animation 動畫效果

ListView 元件使用
StyleBook 元件使用
MapView 元件使用

SQLite 資料庫

QRcode 二維條碼
BarCode 一維條碼

Push Notification (Android) 推送通知
Push Notification (iOS) 推送通知

Bluetooth Print 藍芽列印
Beacon 藍芽信標

Face Recognition 人臉識別
License Plate Recognition 車牌識別

Record Videos 錄製影像

2019年6月6日 星期四

Delphi 10.3.1 Push Notification 推送通知 修補程序更新

Delphi 10.3.1 使用『GetIt Package Manager』進行『Android Push Notification Patch 1.0』修補程序更新安裝,不像先前修補程序更新,需自行先下載再將相關檔案複製至指定資料夾,這個修補程序更新簡單方便又快速。

安裝步驟截圖:







更新內容截圖: