Advertisement
Guest User

Debug Console Flutter Onesignal subscription state

a guest
Oct 14th, 2019
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. flutter: Checking Token: bb48457f27ce47079654b586cd1a8e0f
  2. VERBOSE: Initializing the OneSignal Flutter SDK (2.0.0)
  3. VERBOSE: Called init with app ID: 9bc039b0-f99f-49d2-a27d-c6308bbcf4be
  4. VERBOSE: getNotificationTypes:mSubscriptionStatus: -15
  5. "currentDataServiceDescriptorChanged:",
  6. "carrierBundleChange:",
  7. "cellChanged:cell:",
  8. "connectionStateChanged:connection:dataConnectionStatusInfo:",
  9. "signalStrengthChanged:info:"
  10. )
  11. "currentDataServiceDescriptorChanged:",
  12. "carrierBundleChange:",
  13. "cellChanged:cell:",
  14. "connectionStateChanged:connection:dataConnectionStatusInfo:",
  15. "signalStrengthChanged:info:"
  16. )
  17. "currentDataServiceDescriptorChanged:",
  18. "carrierBundleChange:",
  19. "cellChanged:cell:",
  20. "connectionStateChanged:connection:dataConnectionStatusInfo:",
  21. "signalStrengthChanged:info:"
  22. )
  23. "currentDataServiceDescriptorChanged:",
  24. "carrierBundleChange:",
  25. "cellChanged:cell:",
  26. "connectionStateChanged:connection:dataConnectionStatusInfo:",
  27. "signalStrengthChanged:info:"
  28. )
  29. DEBUG: mobileProvision: {
  30. }
  31. VERBOSE: Calling OneSignal create/on_session
  32. VERBOSE: HTTP Request (OSRequestRegisterUser) with URL: https://onesignal.com/api/v1/players/7034c4a4-1c81-45c4-91f1-b49406573e3d/on_session, with parameters: {
  33. "ad_id" : "4D2C2931-A269-43F9-A076-2352E1D52EE1",
  34. "app_id" : "9bc039b0-f99f-49d2-a27d-c6308bbcf4be",
  35. "device_type" : 0,
  36. "game_version" : "201907250",
  37. "net_type" : 0,
  38. "notification_types" : -15,
  39. "timezone" : 3600,
  40. "language" : "en",
  41. "device_model" : "x86_64",
  42. "sdk" : "021100",
  43. "device_os" : "13.1"
  44. }
  45. WARNING: OneSignal has detected that your application delegate implements a deprecated method (application:didReceiveLocalNotification:). Please note that this method has been officially deprecated and the OneSignal SDK will no longer call it. You should use UNUserNotificationCenter instead
  46. VERBOSE: network response (OSRequestRegisterUser): {
  47. id = "7034c4a4-1c81-45c4-91f1-b49406573e3d";
  48. success = 1;
  49. }
  50. VERBOSE: on_session result: {
  51. push = {
  52. id = "7034c4a4-1c81-45c4-91f1-b49406573e3d";
  53. success = 1;
  54. };
  55. }
  56. VERBOSE: getNotificationTypes:mSubscriptionStatus: -15
  57. VERBOSE: getNotificationTypes:mSubscriptionStatus: -15
  58.  
  59. -- SET SUBSCRIPTION STATE TO FALSE AND TRUE --
  60.  
  61. VERBOSE: getNotificationTypes:mSubscriptionStatus: -15
  62. VERBOSE: getNotificationTypes:mSubscriptionStatus: -15
  63. flutter: SUBSCRIPTION STATE CHANGED: {
  64. "from": "{
  65. "subscribed": false,
  66. "userSubscriptionSetting": true,
  67. "pushToken": null,
  68. "userId": "7034c4a4-1c81-45c4-91f1-b49406573e3d"
  69. }",
  70. "to": "{
  71. "subscribed": false,
  72. "userSubscriptionSetting": false,
  73. "pushToken": null,
  74. "userId": "7034c4a4-1c81-45c4-91f1-b49406573e3d"
  75. }"
  76. }
  77. VERBOSE: getNotificationTypes:mSubscriptionStatus: -15
  78. VERBOSE: getNotificationTypes:mSubscriptionStatus: -15
  79. flutter: SUBSCRIPTION STATE CHANGED: {
  80. "from": "{
  81. "subscribed": false,
  82. "userSubscriptionSetting": false,
  83. "pushToken": null,
  84. "userId": "7034c4a4-1c81-45c4-91f1-b49406573e3d"
  85. }",
  86. "to": "{
  87. "subscribed": false,
  88. "userSubscriptionSetting": true,
  89. "pushToken": null,
  90. "userId": "7034c4a4-1c81-45c4-91f1-b49406573e3d"
  91. }"
  92. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement