Shubi's Forum Posts

  • Hi,

    I am trying to use drawing canvas to read pixel color, but it is always returning "0".

    Here is the Drawing Canvas Noise Example File i edited to recreate this.

    https://drive.google.com/open?id=1ioYNnQpUFBI4ok7lZzahBC6u1fjrXfTJ

    The events changed look like this

    Please tell me if i am doing anything wrong here.(Using this plugin first time)

  • Except my menu screen for some reason, and I can't work out why. Every other layout is perfectly fine. You can see in the piccy below, there's a lot more to the background that's hidden by those black bars.

    there is no piccy to see.

    also try "auto in viewport fit option ... (just a wild guess.)

  • Anyone from scirra team to look this up? I need to fix a game...

  • I think i found the problem,

    It happens when we restart the layout or leave the layout and come back to it.

    Here i have modified the "Multiplayer Chat Example File" with two buttons : Restart and GoBack

    When i click "Restart", it gets stuck to "logging in....."

    when i click "GoBack" and Login Again it gets stuck to "joining room..."

    I am not sure its a bug or the code problem, i have added just three events in "Chat Room Event Sheet":

    Here is the link to C3p : https://drive.google.com/open?id=1JYCSZiUGFROxN1bnM11npB214F9w9jKu

  • Hi q3olegka

    But in my case, the feed gets updated every 1 sec.,

    i am pretty sure its about something wrong in my code, but its a messy one and i wanted some clue of where to start looking... As why this happens at all.

  • Hi,

    I have a game that uses multiplayer, it works but sometimes it doesn't go beyond the point of joining a room ie. it seems after "auto-join the room" it does not allow other peer to join.

    To troubleshoot i made a list of all multiplayer variables related like this:

    And i observed this:

    Now i am confused as how is it possible that it has the current instance name... "Short"; room name ..."Quick"; but have "0" room count and "0" current peers ?

    Also when it works, all the counts show correctly.

    Any clue of what could be going wrong?

    Note : It mostly happens when the layout restarts.

  • Was both your account and app set to G in admob before submitting your latest build?

    Normally the review team is helpful when you reply and ask what is needed to adjust. At least this is my experience.

    I had the content on admob set to G but it still got rejected and then removed due to multiple ads showing in a single banner.

    Issue: Violation of Families Policy Requirements

    Apps that contain elements that appeal to children must comply with all Families Policy Requirements. We found the following issue(s) with your app:

    Ads & Monetization: Ad format requirements​

    Only one ad placement can occur per page within your app.

    For example, your app cannot contain a banner ad with multiple offers.

    To resolve this issue, please remove any additional ads displaying on each page within your app before submitting an app update. For more details, you can refer to the Ad format requirements section on the Ads and Monetization policy page.

    I too dont think that it is a fault on construct side as the game was accepted before and only got rejected when the ad content showed multiple ads in a single banner like this :

    I have made several violations due to this now and so i had to go with opting out from the families programs policy, as there is a solid chance that the app would get rejected due to the same type of ads.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Thank you for adding these options,

    Currently i have submitted an update for my game without families policy, as soon as it gets approved i will publish an update using the new actions and will let you know how that goes.

  • Is it easy to add these options in advert plugin? can i expect them in next beta release?

  • I just use admob ads without any mediation, and i have chosen G Category for my ads.

  • I think i have found where the problem is... the game is under "families program", and the guidelines says this... https://support.google.com/admob/answer/6223431?hl=en

    Does c3 add this or is it something i have to do?

  • Hi Nepeo

    Its under families policy https://play.google.com/about/families/ads-monetization/ "Banner ads showing multiple offers"

    I believe Admob (by default) swaps to a new advert periodically if the banner is open a long time. I'm not sure why that would be default if it's not allowed on the Play Store though.

    Its true that ad gets refreshed and its allowed, whats not allowed is multiple offers within a single banner ad.

    My only other guess is that one of the adverts you are showing is against the T & C's, which would be rather frustrating.

    That's my guess too, but i am also constantly looking for my options to display ads in admob to find a setting that could may be disable such ads.

    fredriksthlm

    When you get a violation you can always respond to it, and you will get further information from Google, what they claim is wrong and how it should be. You will have the respond link in the email you receive from them

    I have responded to the email, my game was rejected several times, i responded and they just send me typical guidelines and best practices.

    My app got reviewed again and again, many times violated the same policy and got removed temporarily, i updated again and by luck the banner may have shown a single ad a the time they reviewed my app and so it was approved, but then in next update the same violation happened.

  • Ashley i think the only possible bug could be advert plugin requesting ad multiple times (even if that is the case i don't know how it can lead to this problem)

    As i said earlier i posted the issue on admob forums and waiting for a solution there.

    i posted this issue here thinking that someone else might be facing it too (as i am seeing such ads in a lot of games now a days) and might share there experiences here.

    Kyatric sorry that i did not mentioned where ad is placed in screenshot.

    i didn't realized it could be so hard that one have to assume what a banner ad is. I cannot post this as a bug as the ad received is different every time (sometimes it shows a single ad)

  • Bump! Any suggestions guesses at all? I posted this question on admob forums and they say "Check your codes and ensure the banner is only brought up once." https://support.google.com/admob/thread/20351014?hl=en

    But I have checked my code and it just uses three events of advert ie.

    Loader Layout : Create Banner ad

    Next Layout : Show Banner Ad

    On Layout End : Hide Banner Ad

  • Hi everyone,

    I have an issue of my app update being rejected due to a google play policy violation that says that my cannot contain a banner ad with multiple offers.

    Here is a screenshot of what it looks like ..

    But i have just implemented google ads with the c3 native advert plugin which is linked to my admob account with jo mediation so i don't understand how this is my fault?

    i am sharing this here because this has happened to me a couple of times now, my app even got removed due to this few days back and i am afraid of getting banned if i violate ads policy again.

    Could this be a bug on c3 end? If not please share your wisdom on how to solve this problem...

    Thank you