how to add acf value to other plugins shortcode?

try adding quotes around the values returned by ACF:

$thestore = get_field('store-name'); 
$theapp = get_field('app-id'); 
echo do_shortcode('[appbox "' . $thestore . '" "' . $theapp . '"]');