1

IBM Worklight 7.0-sencha touch 2.4 アプリをデバッグするために weinre is WEB INspector REmote を使用しています。

Windows Phone Emulator 8.1 WVGA 4 インチ 512MB でテスト済み。

  1. アプリケーションが起動すると、次のように表示されます。

    Local storage capacity reached. Client logs will not be persisted
    LocalStorage Quota exceeded, cannot store -x- wmapp0: /www/default/css/app.css locally
    LocalStorage Quota exceeded, cannot store -x-wmapp0:/www/default/app.js locally
    ondeviceready event dispatched
    wlclient init started
    CookieMgr read cookies: {}
    
  2. Worklight Adapter WL.Client.invokeProcedure を呼び出すと、次のようなエラーが表示されます。

    WL.Utils.getSkinLoaderChecksum(..) should be supported only on environments that support direct update Error: WL.Utils.getSkinLoaderChecksum(..) should be supported only on environments that support direct update.
    
    [/apps/services/api/myApplication/windowsphone8/query] exception. TypeError: Unable to get property 'notificationTitle' of undefined or null reference
    
    Uncaught Exception: Unable to get property 'notificationTitle' of undefined or null reference at (compiled_code):3667
    
4

1 に答える 1

1

最初のエラーは MobileFirst とは関係ありません。アプリで localstorage を使用している場合は、使いすぎているようです。

2 番目のエラーは発生しないはずであり、製品の欠陥のように聞こえます。IBM サポート・チケット (PMR) を開いて、完全なバージョン番号 (ビルド番号付き)、エラーを再現するテスト・ケース・アプリの詳細を提供する必要があります。

于 2015-09-04T03:01:12.740 に答える