Pitcher Pitcher Product Updates logo
Back to Homepage Subscribe to Updates

Pitcher Product Updates

See the latest new features, improvements, and Pitcher product updates

Labels

  • All Posts
  • Pitcher Impact iOS & IPadOS
  • Pitcher Impact Windows
  • Pitcher Impact Android
  • Pitcher Admin
  • Pitcher UI
  • Pitcher Connect Multichannel
  • Pitcher Zero
  • Pitcher ZeroDrive
  • Pitcher Calendar
  • Pitcher Consent
  • Pitcher Samples
  • Pitcher Coaching
  • Pitcher Instore
  • Pitcher Congress
  • Pitcher KAM
  • Pitcher Contract
  • Pitcher CatalogIQ

Jump to Month

  • June 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
Pitcher Impact iOS & IPadOS
3 years ago

Pitcher Impact iOS 2.85.200 is Released!

NEW Pitcher Impact iOS v2.85.200 new version is released with new SDK support features and bug fixes.

SDK Support 

New Native SDK Events have been added to assist partners and developers in meeting new customer requirements.

  • Ti.App.fireEvent('getOAuthToken'): authenticate and authorize with any OAuth provider supporting certificates installed on the device without switching between the Safari Application and Impact.
  • Ti.App.fireEvent('dbFunction'): introduces the support for parameterized queries in dbFunction event. Support covers both single queries, as well as multi queries (where in the input params there is an array of queries, instead of a single query). For single queries input param is named as args, while for multi queries it is named queriesArgs

Config parameters

defaultPinColor: new parameter has been introduced inside pincolors setting to define the default color 

example:

"pinColors": {
    "attr": "Segment__c",
    "values": [
        {
        "value": "A",
        "color": "green"
    },
    {
        "value": "B",
        "color": "yellow"
    },
    {
        "value": "C",
        "color": "red"
    }
    ],
    "defaultPinColor": "gray"
}


FIX 

PDF Reading Mode: The problem with browsing interactive pdfs in Slide Mode has been resolved inside the build.