com.developer.app
)I forgot to uncheck the "Ad Test Mode". I've deployed a game onto the google play store and then I've unchecked the check box of "Ad Test Mode". My unity developer said this check box connected to their server so don't worry ad will start working after 1 or 2 days.
CONCAT(', ', price_normal) as prices
. Полученное поле prices сплитить по запятой с помощью функции explode(", ", $result['prices']);
.$('.select_show').click(function({
showDropdown($('.select')[0]);
});
showDropdown = function (element) {
var event;
event = document.createEvent('MouseEvents');
event.initMouseEvent('mousedown', true, true, window);
element.dispatchEvent(event);
};