(Easy Social) ssk.social.*

This module contains a couple 'helper' functions to simplify sharing and rating apps.

rate

Open rate interface in appropriate store for app identified id.

ssk.social.rate( params )

Supported Stores:

Example:


-- Rate Sudoku For.. game on Android  or iOS
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


RoamingGamer Copyright © Roaming Gamer, LLC. 2008-2016; All Rights Reserved