fredriksthlm's Forum Posts

  • I found the way to share inside messenger:

    1. choose async. choose a friend.

    2. make share post. Share post will be a link in the messenger with that friend

    Great find! Have you verified on different devices that this always works like this?

    For me on my android I post shareAsync in messenger htread, but on my iphone I get a wall post.

    Did you do the share with the construct plugin or with calling the javascript via the browser plugin?

  • >

    > It works for most european countries.

    > I believe they soon will whitelist romania as well.

    >

    where i can see that?

    is there a whitelisted countries list somewhere? cause in the payout settings i can select my country, i can also add USA as i have a usa partner, however on both methods i get the "not accepting requests at this time" type of message. is that a country thing or an account thing? i sent a message to the audience network as well asking about this issue, nobody has an answer.

    to be clear, i have 2 games accepted by the review team, ads work good in testing, everything is on point, but the audience network just doesn't let me submit my payout so i can forward to app review ads thing again, and get live ads, and not the test ads. waited 2 months to get approved lol. lost so much time compared to other games on the platform now.

    I have registered swedish bank account just fine. And I know french guys as well. So it is more countries than US/UK/Can.

    But you should ask these questions to the instant games team, like Chris, Mark or Edgar. I know many people have issues with bank accounts from none approved sites.

  • Ashley i noticed instantgames the official facebook sdk now supports In game purchases, would we have that feature inside the C3 plugin? their ad monetization program doesn't work sadly for users outside USA /UK/ Canada ... so there is no way atm to monetize using instantgames.... they also don't allow custom ads from other networks inside the games.

    It works for most european countries.

    I believe they soon will whitelist romania as well.

  • it dose not tho my game loads fine yes but read the rules for approval

    you need to show the game loading in percentage all construct games shoot form 0% to 100%

    check any published game they all load properly

    has any one had a game approved have you ????

    Yes, we have. They work fine.

    If it doesn't work for you it means you have done something wrong.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • has anyone had a game approved yet ?? im still thinking this had percentage thing will stop them being approved from construct

    just read what I have written. it works fine

  • Ok, you have to specify exactly what you want to achieve.

    ShareAsync is a post where the receivers get a picture and some text and a link, which they can click to get into your game. the session will be started within a context. But shareAsync is often a wall post, you cannot decide how it will be posted. sometimes it goes as a messenger post (for me on android), but sometimes it goes as a wall post in facebook, for me in ios and web). you cannot force this. (I have discussed it with facebook developers.)

    if you set it to challange/share/invite does not have any impact either, yet. I guess they plan to add functionality in later sdks

    if you want a button to chose a group/context to play in/against you should use chooseAsync, then you start playing in that context and can post updates to that particular context. so you directly start challange your group

  • How can I make the invite to play share to messenger and NOT as a wall post?

    Like this?

    https://ibb.co/e30xVd

    No matter what Share type I choose the result is still a share post. Do you guys have the same problem?

    that printscreen is chooseAsync, it is not part of the construct plugin.

    it is only the share function that is built in, which is wall post. (the different types of share has no effect in the fb sdk)

  • if your game does not show any loading percentage then you have done something wrong as I said.

    If you did like I said it should show loading fine.

    Facebook would never approve a game that cannot load correctly no.

    But construct and instant games plugin works fine.

  • on the other hand moveTo and tweening can be done with a couple of events. It's always better to use events and avoid potential problmes unless we are talking about a plugin that saves you a lot of time.

    Even scroll to or pin, sure I use them sometimes, but I can do the same with events in about 2 minutes.

    What are you talking about, better to use events than plugins?

    all events are based on plugins, official or not.. (ok, you have the few System events which are kinda built in)

  • Then you have done it wrong.

    Add the plugin > export to html5 > upload the full zipfile to facebook web hosting > set to Production

    Then it will load fine.

  • it works fine, just add the plugin.

  • fredriksthlm

    Hi Guys, you`s seem to have had more success with the instant games plugin than most, and Fred really seems to know what he is talking about. Would it be possible for either of you to post a screen-shot of the events you use to show the " Friends " leaderboard scores like the Bikosaur screenshot and events to show Share/Invite working? - I just cant seem to get these to work at all.

    Fred, do you know if the "Challenge" option in "share" works within this plugin? I would love to make use of that.

    Thanks in advance,

    Peter

    Hi, the printscreen bikosaur showed is not a friend leaderboard, it is an update event of a contextual leaderboard. Just use Share LEaderboard update. (this can be done once every session)

    For the share functionality it is mainly a wall post, or messenger thread post, depending on which device you are using. Share/Challenge/Invite has no functionality in the api yet for the Share function, so it makes no difference which you use.

    To challange players or start games in different contexts it is the chooseAsync function that should be used, but that function is not implemented into the Construct plugin (yet) unfortunately.

  • > 2. If your APK is not released officially, it is normal it only works for testers as long as you are testing.

    >

    > If you encounter a possible bug/issue using Construct 3 and/or one of its feature, consider filling a bug report that the dev team can check out : https://github.com/Scirra/Construct-3-bugs

    >

    > Be sure to follow the guidelines for the investigation to be as efficient as possible.

    >

    Thank you for your reply.

    First, I think I don't need to publish APK because my game is only for HTML5.

    I'm testing my game on Safari after all history is cleared environment.

    But sometimes, "On auto-sign in failed" is not coming. Maybe 30% percentage.

    I think it is very short event sheet and many people can meet this issue.

    It this issue is happening only for me??

    You are using a native android plugin when testing on safari/apple? This plugin is for apks..

  • Thanks for the really quick SDK6.2 Friend leaderboard update!

    Now I am only waiting for context function ChooseAsync , then the plugin is perfect for all my needs.

    With this function you choose a context and if success it just gives new a new context ID to the game.

  • Ashley I guess you link/include the whole SDK into the game when using Instant Games plugin? Is it possible to use the other functions in the SDK via the Browser plugin, as javascript calls if it is functions that is not built in into the plugin?

    I am thinking of chooseAsync which is not part of your plugin but is vital for invites, for instance when you want to start playing the game within an existing context, like you family chat, or collegue group. (not the same as shareAsync, which just is a share post).