SSK2: Small "Easy Social" documentation issue.

Hey Ed,

Found a small issue with the documentation for your Easy Social.  I could have worked it out if I had read the documentation more carefully, however I just copy, pasted and modified the example.

Your example shows;

if( onAndroid ) then ssk.social.rate( 'com.roaminggamer.sudoku4' ) -- Google Play ID elseif( oniOS ) then ssk.social.rate( '1150939979' ) -- iTunes Connect ID end

However is should be;

if( onAndroid ) then ssk.social.rate( {id = 'com.roaminggamer.sudoku4'} ) -- Google Play ID elseif( oniOS ) then ssk.social.rate( {id = '1150939979'} ) -- iTunes Connect ID end

Cheers,

Craig

Rock and Roll.  Thanks!

I will fix that and update the docs.

@Craig,

  1. The docs are updated.

  2. Get 2017.009.  There is a bug fix for social.rate().

I found that recently, Android rating calls started to crash.  I resolved this and committed a change to the module in release 2017.009.

Awesome,  thanks.

Rock and Roll.  Thanks!

I will fix that and update the docs.

@Craig,

  1. The docs are updated.

  2. Get 2017.009.  There is a bug fix for social.rate().

I found that recently, Android rating calls started to crash.  I resolved this and committed a change to the module in release 2017.009.

Awesome,  thanks.