If an error occurred or the following message in Chinese (Traditional) language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.
id |
Chinese (Traditional) |
English |
1001 | 您的應用程式沒有存取位置資料的權限。請確定您已在應用程式資訊清單中定義 ID_CAP_LOCATION,而且您已開啟手機上的定位服務 (檢查 [設定] [位置])。 |
Your App does not have permission to access location data. Make sure you have defined ID_CAP_LOCATION in the application manifest and that on your phone, you have turned on location by checking Settings Location. |
2001 | 背景代理程式不支援追蹤位置工作階段。 |
Tracking location sessions are not supported for Background Agents. |
2002 | 新增事件處理常式之前,您必須先設定 MovementThreshold 屬性或 ReportInterval 屬性。 |
You must set the MovementThreshold property or the ReportInterval property before adding event handlers. |
2003 | 應用程式正在暫停時,追蹤作業無法開始。 |
Tracking operations cannot be started while the application is being suspended. |
2004 | 針對 PositionChanged 事件進行訂閱時,不應該設定 Geolocator 屬性。 |
Geolocator properties should not be set while subscribed for PositionChanged events. |
3001 | 地理柵欄的名稱不能是空字串,也不能超過 63 個字元。 |
The name of a geofence cannot be an empty string nor exceed 63 characters. |
3002 | 已過期的地理柵欄或過期時間小於所提供暫留時間 (Dwell Time) 的地理柵欄無法新增到系統。 |
An expired geofence, or a geofence with an expiration time smaller than the provided Dwell Time, cannot be added to the system. |
4001 | 已有適用於該應用程式且識別碼相同的地理柵欄存在。 |
A geofence with the same Id already exists for the application. |