
Noel
Members-
Content Count
229 -
Joined
-
Last visited
-
Days Won
9
Everything posted by Noel
-
Hi @Lawbirth What happens if you hardcode the text? I feel like the issue is with Pointer_stringify.
-
The Apple Team ID is a requirement from Apple as stated here: https://developers.facebook.com/docs/games/instant-games/faq#faq_2080054045606593 You need only one per business. Instant Games is meant to offer a similar experience to players no matter the surface they use to play, that is why developers cannot target a particular subset of surfaces. As for success on the platform, I invite you to read this post from the community: https://www.facebook.com/groups/instantgamedevelopers/permalink/1125949884267836/
-
@alaaeddine I have seen this question being answered a couple of times on the developer community group: https://www.facebook.com/groups/instantgamedevelopers/ One suggestion is to make sure you used <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width> in your index.html.
-
How to find out the release date of the games?
Noel replied to paiguen's topic in Facebook Instant Games
I am not aware of a way to sort games by release date at the moment. -
How to get business verification done as an individual developer?
Noel replied to pingu's topic in Facebook Instant Games
@13reasons Usually it is because: - The website is under construction - The website does not exist - The website appears to be completely different content than what the business should represent (ex: an e-commerce website provided for a software developer company) - The domain of your website has nothing to do with the domain of your email address (example: paul@delicious-food.com, website: www.cheap-cars.com) - Some information about your business (name, address, etc.) do not appear anywhere on your website I hope that helps. -
Congratulations for the launch of your game!
-
Traffic is blocked to this placement. Facebook Instant game.
Noel replied to shwekayin's topic in Facebook Instant Games
You could contact the team in charge directly here: https://www.facebook.com/business/help Near the bottom of the page you should see a section "Contact our support team". -
How do you detect 'silent' mode on iOS? 'Construct 3'
Noel replied to nazih1997's topic in Facebook Instant Games
We recommend using the WebAudio API, as it should be supported automatically. I though Construct3 was using it, but I would confirm that and report to them if that is not the case. -
Help me understand FBInstant.player.getDataAsync()
Noel replied to abdel's topic in Facebook Instant Games
@abdel What @b10b means is that you should do either FBInstant.player.getDataAsync(['coins']) .then(function(data) { console.log('data is loaded'); var coins = data['coins']; this.coinsText.setText(coins);}); or var coins = 0; FBInstant.player.getDataAsync(['coins']) .then(function(data) { console.log('data is loaded'); var coins = data['coins']; // You could call a function here to update the coins and do other things}); And later (or in the function mentioned above) call this.coinsText.setText(coins) -
Hi @abdel, you just need to use the matchmaking API as described here: https://developers.facebook.com/docs/games/instant-games/guides/play-friends#matchmaking You can also look at the description of the matchPlayerAsync API with sample codes here: https://developers.facebook.com/docs/games/instant-games/sdk/fbinstant6.3
-
Developer account disabled, need help it's really argent
Noel replied to Muhammad nasir's topic in Facebook Instant Games
@Muhammad nasir We do check all the appeals, but it might take some time. -
What should I do when FBInstant ad "NO FILL" error shows
Noel replied to ThuraOo's topic in Facebook Instant Games
Hi @ThuraOo, 1. "NO FILL" basically means that there is not ads to be served to that user (you in your example) at the moment. It could also mean that you did not configure Audience Network properly. You might want to check this: https://stackoverflow.com/questions/49398135/how-to-test-rewardvideo-in-facebook-instant-game 2. Here is an answer we gave on the developer community (https://www.facebook.com/groups/instantgamedevelopers/permalink/942518002611026/😞 There can be up to 3 outstanding interstitial ad instances at any time. An ad instance is outstanding if: 1. loadAsync() resolves but showAsync() has not been called. In this case, call showAsync(), and the ad instance will be freed up after showAsync() resolves. Once it frees up, a new ad instance can be created. 2. loadAsync() rejects. This is usually due to no-fill. In this case, reuse the same ad instance and call loadAsync() again. loadAsync() can be called up to 3 times on the same instance. If all 3 times returned no-fill, it is unlikely we will have ads for that user with in the same session anyway. -
Trouble using embedded FB player - Phaser 3
Noel replied to whatisaghostwriter's topic in Facebook Instant Games
@whatisaghostwriter Thanks for sharing the solution with the community. -
Can't open the window to send Requests use FB.ui
Noel replied to linhcophu's topic in Facebook Instant Games
@linhcophu I believe that every API has a sample code in the documentation I shared with you (shareAsync does, at least) -
Can't open the window to send Requests use FB.ui
Noel replied to linhcophu's topic in Facebook Instant Games
@linhcophu The only API you can use are the one from the Instant Games SDK: https://developers.facebook.com/docs/games/instant-games/sdk/fbinstant6.3 -
Leaderboards not shown on Dashboard if created via API Endpoint
Noel replied to b10b's topic in Facebook Instant Games
Thanks @b10b for sharing with the community. -
Leaderboards not shown on Dashboard if created via API Endpoint
Noel replied to b10b's topic in Facebook Instant Games
@b10b Oh you are right, it is documented (thus it should work). I understand your use case, it makes sense. Would you mind opening a bug report on our bugs tool? https://developers.facebook.com/support/bugs/ -
Leaderboards not shown on Dashboard if created via API Endpoint
Noel replied to b10b's topic in Facebook Instant Games
@b10b As far as I know, what you are trying to do is undocumented for Instant Games, so I am not clear on what the expected result should be. See here: https://developers.facebook.com/docs/games/instant-games/guides/using-leaderboards What is the use case for creating leaderboards through that endpoint? -
- Do not ask for any user information that is not provided by the Instant Games SDK (including use of the Facebook Platform Javascript SDK) (Source: https://developers.facebook.com/docs/games/instant-games/getting-started/launch-checklist) - No, you cannot. Note: can you put a better title so we do not need to open your post to know what it is about, your title was too generic. Thanks.
-
I can't submit review for facebook instant game
Noel replied to shwekayin's topic in Facebook Instant Games
@shwekayin I will probably forget. It is better you join this group: https://www.facebook.com/groups/instantgamedevelopers/ -
I can't submit review for facebook instant game
Noel replied to shwekayin's topic in Facebook Instant Games
See this: https://www.facebook.com/groups/instantgamedevelopers/permalink/1023357684527057/ Your question is a duplicate of the question asked right before yours: -
https://www.facebook.com/groups/instantgamedevelopers/permalink/1023357684527057/
-
If the issue persists: https://developers.facebook.com/support/bugs/
-
facebook network ads on other business fb account
Noel replied to telexe's topic in Facebook Instant Games
Is it Instant Games related? This group is about Instant Games, not audience network. And I do not think what you are trying to do is possible anyway (to confirm with audience network though). -
developer game launches limited in one week
Noel replied to telexe's topic in Facebook Instant Games
Thank you for letting me know. I will check with my team to make sure we block that behavior.