Pgyer Docs
SDK (Archived)

SDK Downloads

Download links and version history for the Pgyer iOS and Android SDKs. The SDK is no longer maintained; new integrations should use the API instead.

The Pgyer SDK is no longer maintained. For new integrations, use the Pgyer API directly. This page is kept as a download reference and change log for projects that already integrated the SDK.

iOS SDK

Current version: V2.8.9.1 (2018.5.24)

Download: not available for download pgyer_sdk_ios_2.8.9.1.zip

iOS SDK Change Log

V2.8.9.1 (2018.5.24)

  • Reworked the update-check mechanism; now new versions are detected purely by comparing the App's own Version and Build.
  • On iOS 11 and above, the update-check method without a callback no longer redirects to Safari when a new version is available.

V2.8.9 (2017.11.9)

  • Fixed layout issues on iPhone X.

V2.8.8 (2017.8.29)

  • Fixed a string display issue in the update-check SDK.

V2.8.7 (2017.7.19)

  • Fixed screenshot issues on iOS 11.

V2.8.6 (2017.7.2)

  • Fixed iOS 11 compatibility.

V2.8.5 (2016.12.26)

  • Fixed audio recording failure on iOS 10.
  • Fixed button labels disappearing on iOS 10.
  • Fixed incorrect device model reporting on iPhone 6.

V2.8.4 (2015.11.12)

  • Reduced memory usage.

V2.8.3 (2015.10.27)

  • Fixed build errors in Xcode 7.1 caused by SDK name casing.

V2.8.2 (2015.10.08)

  • Fixed localization issues on the feedback screen under iOS 9.
  • Fixed Archive errors in Xcode 7.0.1.

V2.8.1 (2015.09.30)

  • PgyUpdate.framework now supports armv7s.

V2.8 (2015.09.25)

  • Added BitCode support.
  • Added HTTPS support.
  • Fixed the "warning: Could not resolve external type c" warning under Xcode 7.
  • Recognized iPhone 6s, iPhone 6s Plus, and iPad Pro.

V2.7 (2015.09.17)

  • Added a standalone PgyUpdate.framework that provides update checking.

V2.6 (2015.09.15)

  • Removed update checking (it could cause App Store rejections; it is provided later as a standalone SDK).

V2.5 (2015.08.21)

  • Renamed constants to avoid naming conflicts.

V2.4 (2015.08.10)

  • Redesigned user feedback UI with a screenshot doodle feature.
  • Added English localization.
  • Fixed slow startup when the app had an IP address but no network access.
  • Fixed an Info.plist issue that broke cordova prepare.
  • Fixed an issue where apps using WKWebView could not take screenshots.

V2.3 (2015.05.12)

  • Customizable color theme for the feedback UI.
  • Customizable shake sensitivity.
  • Added email input in the feedback UI.
  • Allowed reporting Exceptions.
  • Ask the user to confirm when canceling after entering feedback.
  • Added support for Cocos2D projects.
  • Added support for Unity3D projects.
  • Allowed showing the feedback UI from code.
  • Added direct download for new versions.
  • This update requires adding CoreTelephony.framework on top of the existing frameworks.

V2.2 (2015.04.15)

  • Fixed incorrect recording duration.
  • Removed shadow on the feedback UI.

Android SDK

Current version: #ANDROID_SDK_VERSION#

Download: not available for download #ANDROID_SDK_NAME#

Version 3.0.10: V3.0.10 (2019.11.04)

Download: pgyer_sdk_android_3.0.10.zip

Android SDK Change Log

V4.0.0 (2020.11.16)

  • Added collection of user IP.
  • Added collection of app open time.
  • Added collection of device and system info.
  • No longer supports shake-to-feedback.

V3.0.10 (2019.11.04)

  • Android 10.0 compatibility.

V3.0.7 (2019.08.21)

  • On Android 9.0 and above, update downloads go over HTTPS.

V3.0.4 (2019.02.27)

  • Added the option to set force-update from the web console.

V3.0.3 (2019.01.08)

  • Android 8.0 and 9.0 compatibility.

V3.0.2 (2018.09.29)

  • When an update is rejected, the SDK invokes the update-check failure callback.

V3.0.1 (2018.09.17)

  • Fixed a flicker in the update prompt.
  • Removed redundant Exception logs.

V3.0.0 (2018.06.13)

  • Reworked the integration flow for each SDK feature.
  • Added a batch of new methods.

V2.8.4 (2018.05.04)

  • Removed debug logs.
  • Fixed a bug where AppBean returned empty versionName and versionCode.

V2.8.3 (2018.04.10)

  • Updated the update-detection mechanism; removed the check against Pgyer's Build number.
  • New versions are now detected using the app's own versionName and versionCode.

V2.8.1 (2017.11.29)

  • Bug fixes.

V2.8.0 (2017.11.21)

  • Removed the provider configuration; restored update-method parameters.
  • Fixed a bug on the feedback screen-selection screen.

V2.7.9 (2017.11.10)

  • Removed the Rx dependency.
  • Fixed bugs on the Feedback page.

V2.7.6 (2017.09.25)

  • Fixed a crash when sending feedback without filling in an email address.

V2.7.4 (2017.09.08)

  • Fixed an out-of-memory issue in feedback.

V2.6.9 (2017.07.25)

  • Added force-update settings.

V2.6.8 (2017.07.21)

  • Bug fixes.

V2.6.5 (2017.07.12)

  • Improved screenshot capture to support popups, maps, and more.

V2.5.6 (2017.03.03)

  • Removed the JDK 1.8 requirement.

V2.5.5 (2017.02.27)

  • Fixed an out-of-memory issue.

V2.5.4 (2017.02.13)

  • Added custom configuration of the provider file path.

V2.5.2 (2017.02.09)

  • Android 7.0 compatibility.

V2.4.5 (2016.11.02)

  • Fixed a bug where the update prompt showed on the latest version.

V2.4.4 (2016.10.17)

  • Fixed a bug where lowering versionCode during testing did not trigger an update prompt on the first call.

V2.4.2 (2016.08.17)

  • Fixed a crash during update checks when the server was unstable.

V2.4.1 (2016.07.20)

  • Fixed an exception caused by SDK domain name lookup failure.

V2.4.0 (2016.07.14)

  • Added custom feedback data.

V2.3.7 (2016.06.22)

  • Fixed a bug when JSON data was empty.

V2.3.4 (2016.06.16)

  • Fixed bugs on weak networks.

V2.3.3 (2016.06.13)

  • Fixed update bugs.

V2.3.0 (2016.06.07)

  • Android 6.0 compatibility.
  • Switched from HttpClient to HttpURLConnection.

V2.2.2 (2015.09.18)

  • FeedbackActivity supports immersive mode.
  • Fixed occasional incorrect screenshots.

V2.2 (2015.08.04)

  • Added screenshot doodle.
  • Added English localization.
  • Added shake sensitivity setting.
  • Added getAppBeanFromString() to fetch new version info conveniently.
  • Added an option to disable logs.
  • Removed the appId parameter from methods; configure it in AndroidManifest.xml instead.

V2.1.2 (2015.05.12)

  • Added a method for reporting caught exceptions.
  • Added customization of the feedback dialog title's background and text color.
  • Added email input on the feedback UI.

V2.1 (2015.04.15)

  • Added an update callback, making the update dialog customizable.
  • Added direct download for new versions.

V2.0 (2015.03.16)

  • Added voice feedback.
  • Added direct invocation of the feedback dialog.

V1.0 (2015.02.14)

  • Provides crash reporting, shake-to-feedback, and version update detection.

On this page