RafaelMatos's Forum Posts

  • Bump.

  • Hi! Could you help me on the subject too? I've made a topic but no one could help so far.

    construct.net/en/forum/construct-3/general-discussion-7/app-signing-by-google-play-or-142000

  • Hi. I don't upload anything to play store in 4 years. Play console and things got really different now and I saw that we have the option to let google handle the signing process. So what you guys do?

    Is it the best let google handle it? I seams like a better option because of the app bundle thing and you don't really need to bother with it too.

    Thanks.

    Tagged:

  • Regarding to UI I tend to use 9 patch object and tweens. I also use the main 9patch element of the current interface to positioning the rest of elements like text or other graphics. I pretty much create the elements with vectors and design them to be used with 9 patch. The rest that can't be used like that I just use sprites.

  • tuzke Nice. Good luck!^^

    I hope you are making a living through your games. They are pretty good.

  • My game: Cat Gunner is featured on Play Store today ^^:

    Wow! Your downloads must have increased a lot.

    What did you used for the in-app purchase and ad? Was it with the official plugins?

  • I was readying the gameanalytics sdk documentation and I got confused about how it works in C3 and about It's purpose. I saw many things like currency and dimensions. Isn't this plugin meant to get information about many different aspects of your game and the user and then analyse this data using the charts in GA's panel? Could someone explain me better its purpose and some good examples of its use, including a practical use in C3?

    Thanks.

    Tagged:

  • Hi. I was inactive in these platforms quiet a while. Now that I'm back, due to legislations on my country (Brazil), I had to create another google play developer account in order to not pay 25% of taxes for sales in foreign currency, payed the fee and entered a requirement for transfering my apps, even though I had no apps today, just drafts, so I can terminate the old account. I did that. Now I need to know what should I do to use my adsense and admob account, which is from another gmail, in my new google play developer?

    In my adsense account I vinculated my new gmail from my new google play developer account, although I don't know if It's enough. Even if It's all done, I still need to know what to do with my admob account. Adsense and admob had lots of changes and integrations since I was away and, as far as I know, I can't transfer admob nor adsense to a new gmail account. In the adsense case, I can vinculate them, even though I don't know if It's enough, but with the admob I can't do both.

    I also saw that we need to set sales taxes to different countries on payment configurations on google play console. How should I know the taxes of several different countries?! Is it what they will take from the actual sale or is It a value that will be considered to compensate the tax (automatically determined by the legislation of that country) in the price of my in game product?

    Obviously, my goal is to use ad and IAP in my apps in a near future, thats why I'm concerned about it.

    Please, could someone help me?

    Thanks.

  • AllanR Thanks, buddy. I'll try to make it work. I just don't have much time to look into it as I wanted, and It's a side project so it may take a while :P

  • GeorgeZaharia Thanks! I did a quick read and I'll try it when I got time. One thing that I noted is that the php script just do the POST command and I also need to delete an order when it's done.

    Also, why can't we just access like a json file from the server where the file is hosted and then edit its content? Would it be doable?

  • Could someone tell me How can I do it? I was messing around with 000webhost.com and I created a database but then I don't know what to do :P. The goal is to order something, so I need to save this order in this data base, then when it is delieried someone with the app send another request, but to delete that order from the data base. "Simple" as that. No fancy stuffs.

    Could someone help me on that? Using only Ajax for that, is enough?

    Thanks.

    Tagged:

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You can use Google's spreadsheet and then copy and paste it to your array json file in C3's array editor.

  • Didn't get any lag on my 4-5 years old phone samsung J5. It's begging me to throw this sh*t out and buy a new one. The system is really laggy, which means It runs smooth on almost any device.

    edit: I included a text box showing fps, cpu and image texture ( "FPS: "&fps&newline&"CPU: "&round(cpuutilisation*100)&"%"&newline&"Img memory Usage: "&ImageMemoryUsage )

    I also played it using remoted preview.

  • > RBuster Here is a weighted random selection I did based on a article about this subject. The link to the source is in the comments.

    > https://drive.google.com/open?id=1IT4e0FJ3Q0cOqqn16zxhsFZY_UPfK8q-

    Thanks for the example. It was very clarifying. Do you know how can I do to run this code once a day? I just need to show it one time per day.

    You need to retrieve the date from a server. If you get from the device It can easily be manipulated. I've never did this but I believe It must have examples somewhere here in the forum. Try searching for 'firebase'.

  • RBuster Here is a weighted random selection I did based on a article about this subject. The link to the source is in the comments.

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