Ejemplo n.º 1
0
 // Call this when you would like to prompt an iOS user accept push notifications with the default system prompt.
 // Only use if you passed false to autoRegister when calling Init.
 public static void RegisterForPushNotifications()
 {
             #if !UNITY_EDITOR
     gameThrivePlatform.RegisterForPushNotifications();
             #endif
 }
Ejemplo n.º 2
0
 // Call this when you would like to prompt an iOS user accept push notifications with the default system prompt.
 // Only use if you passed false to autoRegister when calling Init.
 public static void RegisterForPushNotifications()
 {
             #if GAMETHRIVE_PLATFORM
     gameThrivePlatform.RegisterForPushNotifications();
             #endif
 }