Skip to content

Latest commit

 

History

History
140 lines (96 loc) · 4.45 KB

changelog.md

File metadata and controls

140 lines (96 loc) · 4.45 KB
  • New Features

    • Added Google-Play Game Services social provider - with Leaderboards
    • Added Leaderboards support for GameCenter
  • Changes

    • Changed Provider inheritance structure
    • Removed frameworks and libs from repo - added a download_deps script for it
  • New Features
    • Added Leaderboards to GameCenter
  • New Features
    • Added GameCenter as a social provider
  • Fixes
    • Minor issues in logout
  • Fixes

    • OpenAppRatingPage can’t open app page in AppStore
  • Changes

    • Replaced deprecated read_stream permission with user_posts
  • Features
    • New funcionallity for Profile
  • Fixes

    • libSTTwitter updated to fix various issues.
    • Calling SoomlaProfile.login from within OnSoomlaProfileInitialized triggers a CC_ASSERT(mInited);
  • Changes

    • Removed binaries and improved build scripts
  • Fixes
    • Minor issues in extraParams
    • Changed getFeed in iOS according Android implementation
  • New Features

    • Implemented Auto Login
    • Support extra params in UserProfile
  • Changes

    • Added version in code
    • G+. Allow to log in from WebView instead of Safari on iOS
  • New Features

    • Implemented auto login
  • Fixes

    • Fixed WebView in Twitter login does not look well in landscape orientation
    • Fixed uploadImage signature
  • Fixes

    • multiShare crash on iPad with iOS8
    • Fix for rating on iOS 7+
  • Changes

    • avoid Safari login in FB
    • avoid Safari login in Twitter
    • improve working with the permissions in FB
  • Fixes
    • Fix publish_actions permission

BREAKING API VERSION

  • New Features

    • Implemented Pagination for getContactsWithProvider and getFeedWithProvider
    • Implemented multi-sharing (sharing with the native functionality of your target platform)
    • Implemented methods to show confirmation dialog before some actions
    • Supporting permissions param in FB
  • Changes

    • Changed signature of -[SoomlaProfile like:andPageId:andReward:] (breaking change)
  • Changes
    • Fixes to KVS from submodule
  • New Features
    • Supporting uploadImage with NSData
  • Fixes
    • Giving rewards before sending completion events
    • Making getStoredUserProfiles unrelated to profile init
  • New Features
    • Adding getStoredUserProfiles
    • Upgrading example functionality
  • Changes
    • Fixed the name of event handling class.

v1.0.0 (17.11.14)

  • Features
    • The module is integrated with Facebook, Google Plus and Twitter
    • Ability to preform following actions on multiple social networks (parallel):
      • Login/Logout
      • Update status
      • Update Story (supported fully in Facebook only)
      • Upload image
      • Get user profile + store it on the device
      • Get user's contacts (not all social networks provide all information)
      • Get user's most recent feed (not supported in Google Plus)
    • Common interface to handling URL callbacks from web authentication within module