Leon 1 年間 前
コミット
353490872f

ファイルの差分が大きいため隠しています
+ 0 - 0
android/app/src/main/assets/index.android.bundle


ファイルの差分が大きいため隠しています
+ 0 - 0
android/app/src/main/assets/index.android.map


+ 2 - 1
src/utils/push.tsx

@@ -74,7 +74,8 @@ export default function jgPush() {
     });
 
     OneSignal.User.getOnesignalId().then((id) => {
-        console.log('OneSignal: device id:', id);
+        var str = OneSignal.User.pushSubscription.getPushSubscriptionId();
+        console.log('OneSignal: device id:', id,str);
         global.oneID = id
         setTimeout(() => {
             clientId(false)

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません