• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

push notification

  1. D

    Mobile Local Push Notifications

    Hello! I'm trying to create local push notifications for a mobile app. It works as intended for the notification itself (after the delay, it gets correctly triggered). The issue I'm having is that I do not get the Async event if the app is not on focus at the moment the notification pops up, not...
  2. Djeden Development

    Question - General Android remote push notifications (simple question!)

    I want to make an app that has remote push notifications but I can't find the extension for this. A few months ago there was a specific extension for remote push notifications. Does anybody know which extension I should use for firebase remote notifications?
  3. DroidGames Studio

    Asset - Extension OneSignal SDK for Game Maker Studio 2 - Android - iOS WIP

    Hello community I want to share to you my extension OneSignal that implements the SDK from OneSignal to send remote Push notificactions on your games. Really easy to use! I'm working on a clear documentation. But here some basic steps to setting up: Create an OneSignal Account Set Up your App...
  4. C

    iOS push notifications with Firebase

    Hi, I'm looking for help on how to setup remote iOS push notifications using Firebase Cloud Messaging (FCM). There is plenty of help/tutorials for Android but I couldn't find anything for iOS. I read Absurds tutorial for Android which uses FCM and Altervista here...
  5. C

    Android "push-notification" and possibility to run game in background [GMS 2]

    Hi, 2 questions from a beginner to get to know if GMS 2 is the right IDE for my Android-Game idea. I want to make a game that can send push-notifications to the smartphone if the attention of the player is required for a specific action. Therefore a found push_local_notification() in the...
  6. DroidGames Studio

    Asset - Scripts Ultimate IAPs - In-app purchases Mobile Games

    Hello GameMaker Community! I created a simple Asset package with some scripts to use In-app purchases for your game easily and start selling digital content! Ultimate IAPs. Implement In-app purchases on your games easily with this asset package! You only will need these codes to start selling...
  7. silengames

    Asset - Extension Easy Local Push Notifications without GET_ACCOUNTS permission

    Android extension only. If you use local push notifications and want to remove GET_ACCOUNTS permission from your app this extension for you. Suspicious GET_ACCOUNTS permission cause a bad user's experience. Also from March 15 you have to add Privacy Policy url to Google Play store page and...
  8. D

    Local Push Notifications?

    So, I'm using the example in the docs to test out and set up push notifications on my app. As you can see, I tweaked it slightly so that it sends the notification one minute after running, this is in the create event of the "push notifications" object that I've set aside, and I know it's...
  9. D

    Issue with push notification

    Hi All, I'm trying to include push notification for my game, but when i try with sample code i'm getting the notification if the game is running in background and it is not coming when the game is completely closed. Can you please help me to get the push notification when the app is completely...
  10. S

    Android I am not receiving push notification

    Hi, I am using GameMaker 1.99.505 to build my android game, which works fine. I send the push id to my server and I receive it without problem. When I send a push notification using OneSignal to the reg id I received from gamemaker, for some reason I don't receive the notification to the...
  11. L

    Android push notification & asynchronous event

    sorry but i have quite a few questions to drop in here all at the same time. here goes........ 1 - if i go down the "push_local_notification(fire_time, title, message, data);" road........... A - if the game is in the BACKground (or not running at all) when the time for a push notification...
Top