get_post_meta(get_the_ID(),'app_version',true),
'Rating' => get_post_meta(get_the_ID(),'app_rating',true),
'Size' => get_post_meta(get_the_ID(),'app_size',true),
'License' => get_post_meta(get_the_ID(),'app_license',true),
'Free' => get_post_meta(get_the_ID(),'app_free',true),
'File Type' => get_post_meta(get_the_ID(),'app_filetype',true),
'Requires' => get_post_meta(get_the_ID(),'app_requires',true),
'Category' => get_post_meta(get_the_ID(),'app_category',true),
'Developer' => get_post_meta(get_the_ID(),'app_developer',true),
]);
$app_image = get_post_meta(get_the_ID(),'app_image',true);
$app_file_link = get_post_meta(get_the_ID(),'app_apk_link', true);
$slider_images = get_post_meta(get_the_ID(),'slider_images', true);
$slider_images = $slider_images ? explode(',', $slider_images) : [];
?>