Free domestic 🚚 🚚 🚚 on orders over $75!
toggle color
toggle width
Search returned no results
View all products

Added to cart:

Subtotal: $

Cart is empty
View all products
  • quantity:

Subtotal: $

bg
@psidentityOctober 12th, 2017

T1PogoManager

T1PogoManager SDK for Pogo Connect has been updated to v1.4.4 (build 55) with support for iOS 11. This update includes only a few minor visual bug fixes in iOS 11. There are no API changes in this update.

Show release notes
  • Fix
    • Pen scanning controller now avoids the iPhone X notch.
    • Scan details controller no longer has the top row partially obscured in iOS 11.

Latest library and demo project Release history for T1PogoManager

September 10th, 2015

T1PogoManager

T1PogoManager SDK for Pogo Connect has been updated to v1.4.3 (build 49) with support for iOS 9 GM. Please note: This release includes LLVM bitcode embedded within the binary, and will therefore cause linker errors in Xcode versions lower than 7. Xcode 6 users can download a special build with bitcode stripped out here. This update includes only a few minor bug fixes for v1.4.2 released last month. There are no API changes in this update. See the release history for the minor API changes in v1.4.2. The next SDK update is penciled in for fall 2015.

Show release notes
  • Fix
    • Missing T1PogoManagerDelegate connection messages in iOS 9 when using a singleton pattern are now delivered correctly.
    • Crash in iOS 6 when a bridged pen is connected is now fixed.
    • Unnecessary warning messages during build have been eliminated.

Latest library and demo project Release history for T1PogoManager

August 5th, 2015

T1PogoManager

T1PogoManager SDK for Pogo Connect has been updated to v1.4.2 (build 48) with support for iOS 9. Please note: This release includes LLVM bitcode embedded within the binary, and will therefore cause linker errors in Xcode versions lower than 7. Xcode 6 users can download a special build with bitcode stripped out here. Coalesced touches are new in iOS 9 for devices with higher touch screen scanning rates. Starting with v1.4.2, you can send these coalesced touches to T1PogoManager to obtain information about them. There is no facility for information on predicted touches. The next SDK update is planned for shortly after the latest iOS devices are unveiled in September.

Show release notes
  • Add
    • Support for coalesced touches on newer devices in iOS 9.
  • Change
    • Removed deprecated (and crashing) CoreBluetooth method calls
    • Removed (UIPopoverController *)scanningPopover and (UINavigationController *)scanningViewControllerForPhone from T1PogoManager.h. Instead, use (UITableViewController *)scanningViewController, wrap it in a navigation controller, and present it with UIPopoverPresentationController. Demo code is available in showScanningUIButtonAction: method of the Demo Project’s main view controller. If you are not able to make the change this round, the older methods are still there and may be used. You will need to declare them as methods of T1PogoManager.

Latest library and demo project Release history for T1PogoManager

April 27th, 2015

T1PogoManager

The 1.4.1 release of T1PogoManager for Pogo Connect and Pogo Connect 2 is now available. This is primarily a bug release update and is recommended for all applications.

Show release notes
  • Fix
    • Fixed freeze cause by a queue-lock when delegate is removed.
    • Updated the pen's settings for iPad 1 and iPhone 6 Plus for better operation.
    • Fixed issue with removing observers for a pen on an older iPad with a connection bridged through an iPhone
    • Possible fix for a crash on first connection when using an iPhone.

Latest library and demo project Release history for T1PogoManager

November 1st, 2014

T1PogoManager

We’re pleased to announce the 1.4 release of T1PogoManager for Pogo Connect. This release incorporates support for the latest iOS devices, and the new Pogo Connect 2 hardware. Unlike previous devices, Pogo Connect 2 supports all iOS phones and tablets. Phones had not been a priority before due to display size, but that changed a little this year. T1PogoManager is still compatible with iOS 5 and later. On the API side of things, there is one new addition to highlight. A new set of delegate methods can tell your app when when the Pogo Connect tip approaches or backs away from the screen. These will only be called for the latest pen hardware.

Show release notes
  • Add
    • Proximity enter/exit delegate methods called pogoManager:didDetectProximityEnter:forPen: and pogoManager:didDetectProximityExit:forPen:.
    • T1PogoPen now has a BOOL tipIsInProximity method.
    • T1PogoPen’s penCapabilities bitfield is now implemented and is the best way to determine if a feature (such as pressure or tip down) is supported on the current iOS device.
    • Support for iPhone 6, iPhone 6 Plus, iPad Air 2, iPad mini 3.
  • Change
    • Improved accuracy for enable/disable gestures delegate methods.
    • Minor improvements to palm rejection.
    • Memoization sprinkled here and there to make reconnecting faster. For the fastest connection, use a Pogo Connect 2. The upcoming Pogo Connect App release will speed connection times even more by forcing iOS to cache much of the pen’s data.
    • Improved reliability of operations to read and write user data on the pen.
    • Added support for upcoming new tip type.
  • Fix
    • A thread safety issue causing infrequent crashes has been corrected.

Latest library and demo project Release history for T1PogoManager