ICEmobile
  1. ICEmobile
  2. MOBI-1010

BridgeIt response version number

    Details

    • Type: Bug Bug
    • Status: Resolved
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: BridgeIt 1.0.3
    • Fix Version/s: BridgeIt 1.0.3
    • Component/s: Containers
    • Labels:
      None
    • Environment:
      BridgeIt

      Description

      The BridgeIt response to the browser should contain the version number to allow web applications to prompt the user to update. No immediate response is taken by BridgeIt at this time since an application may be functional with an older feature set.

        Activity

        Hide
        Ted Goddard added a comment -

        Initially assigning to Steve for Android implementation. iOS code will contain the following:

        urlExtra = [urlExtra stringByAppendingString:@"&!v="];
        urlExtra = [urlExtra stringByAppendingString:
        [[[NSBundle mainBundle]
        objectForInfoDictionaryKey:@"CFBundleShortVersionString"]
        stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]];

        Which will include a !v=1.0.4 in the response to the browser. The JSON64 implementation does not have such aggressive space optimization and will use

        {version:"1.0.3"}

        as a return parameter.

        Show
        Ted Goddard added a comment - Initially assigning to Steve for Android implementation. iOS code will contain the following: urlExtra = [urlExtra stringByAppendingString:@"&!v="] ; urlExtra = [urlExtra stringByAppendingString: [[ [NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleShortVersionString"] stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]]; Which will include a !v=1.0.4 in the response to the browser. The JSON64 implementation does not have such aggressive space optimization and will use {version:"1.0.3"} as a return parameter.
        Hide
        Steve Maryka added a comment -

        Android implementation complete. Passing on for WP implementation.

        Show
        Steve Maryka added a comment - Android implementation complete. Passing on for WP implementation.
        Hide
        Patrick Corless added a comment -

        Update WP8 response with the new !v= value pair. Application has been resubmitted to the app store.

        Show
        Patrick Corless added a comment - Update WP8 response with the new !v= value pair. Application has been resubmitted to the app store.
        Hide
        Patrick Corless added a comment -

        Closing, version number were added across the containers.

        Show
        Patrick Corless added a comment - Closing, version number were added across the containers.

          People

          • Assignee:
            Patrick Corless
            Reporter:
            Ted Goddard
          • Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: