among these which should you download?
Download ADB kits , you will get a zip file. After that extract it to a folder, for example c:\tools\adb
I have tried to use logcat multiple times but I never got to do it. Always some error. I think it is because my computer is too old.
If someone wants to test the apk file, this is the file that I used:
https://drive.google.com/drive/folders/17T-SueYS3fEHDMpPZjAJSE7N7mieWJY2
Could you send your apk here for me to test?
You have 3 apk in google drive. Which one has problem ?
Wow, Its working properly
I activated the extension in some applications, in 3 of them it worked normally, but in others it is giving this error when trying to install or update in the play store.
Not sure if itâs due to the extension, but it was after activating it.
Hi
I have small Simple question: one signal work with your extension in the background?
Bedt regards max.
yes, working properly, it add only libraries
Please check your mail. Play Console remove your application form some countries or all.
Sorry, I thought I sent the link to the file, not to the folderâŚHere the link to the file
Please go to Gmail
Thanks Sumit brooo
work for me
I checked the logs of that APK. It seems that you forget to put your App ID in your project. Thatâs why itâs failing to initialize the onesignal SDK.
01-14 12:26:47.495 6915 6915 E OneSignal: OneSignal AppId format is invalid.
01-14 12:26:47.495 6915 6915 E OneSignal: Example: 'b2f7f966-d8cc-11e4-bed1-df8f05be55ba'
01-14 12:26:47.495 6915 6915 E OneSignal:
01-14 12:26:47.495 6915 6915 E OneSignal: java.lang.IllegalArgumentException: Invalid UUID string:
01-14 12:26:47.495 6915 6915 E OneSignal: at java.util.UUID.fromString(UUID.java:194)
01-14 12:26:47.495 6915 6915 E OneSignal: at com.onesignal.OSUtils.initializationChecker(OSUtils.java:114)
01-14 12:26:47.495 6915 6915 E OneSignal: at com.onesignal.OneSignal.init(OneSignal.java:736)
01-14 12:26:47.495 6915 6915 E OneSignal: at com.onesignal.OneSignal.init(OneSignal.java:706)
01-14 12:26:47.495 6915 6915 E OneSignal: at com.onesignal.OneSignal.access$000(OneSignal.java:86)
01-14 12:26:47.495 6915 6915 E OneSignal: at com.onesignal.OneSignal$Builder.init(OneSignal.java:390)
01-14 12:26:47.495 6915 6915 E OneSignal: at com.google.appinventor.components.runtime.PushNotifications.<init>(SourceFile:113)
01-14 12:26:47.495 6915 6915 E OneSignal: at java.lang.reflect.Constructor.newInstance0(Native Method)
01-14 12:26:47.495 6915 6915 E OneSignal: at java.lang.reflect.Constructor.newInstance(Constructor.java:343)
01-14 12:26:47.495 6915 6915 E OneSignal: at gnu.expr.PrimProcedure.apply(PrimProcedure.java:272)
01-14 12:26:47.495 6915 6915 E OneSignal: at gnu.mapping.CallContext.runUntilDone(CallContext.java:234)
01-14 12:26:47.495 6915 6915 E OneSignal: at gnu.mapping.CallContext.runUntilValue(CallContext.java:298)
01-14 12:26:47.495 6915 6915 E OneSignal: at gnu.kawa.reflect.Invoke.applyN(Invoke.java:209)
01-14 12:26:47.495 6915 6915 E OneSignal: at gnu.mapping.ProcedureN.apply2(ProcedureN.java:39)
01-14 12:26:47.495 6915 6915 E OneSignal: at io.kodular.pabloandroid2012.push.Screen1.$define(Screen1.yail:10248)
01-14 12:26:47.495 6915 6915 E OneSignal: at com.google.appinventor.components.runtime.Form.onCreateFinish2(SourceFile:503)
01-14 12:26:47.495 6915 6915 E OneSignal: at com.google.appinventor.components.runtime.Form.onCreateFinish(SourceFile:447)
01-14 12:26:47.495 6915 6915 E OneSignal: at com.google.appinventor.components.runtime.Form.onCreate(SourceFile:377)
01-14 12:26:47.495 6915 6915 E OneSignal: at android.app.Activity.performCreate(Activity.java:8142)
01-14 12:26:47.495 6915 6915 E OneSignal: at android.app.Activity.performCreate(Activity.java:8114)
01-14 12:26:47.495 6915 6915 E OneSignal: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1309)
01-14 12:26:47.495 6915 6915 E OneSignal: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3508)
01-14 12:26:47.495 6915 6915 E OneSignal: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3695)
01-14 12:26:47.495 6915 6915 E OneSignal: at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:85)
01-14 12:26:47.495 6915 6915 E OneSignal: at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
01-14 12:26:47.495 6915 6915 E OneSignal: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
01-14 12:26:47.495 6915 6915 E OneSignal: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2131)
01-14 12:26:47.495 6915 6915 E OneSignal: at android.os.Handler.dispatchMessage(Handler.java:106)
01-14 12:26:47.495 6915 6915 E OneSignal: at android.os.Looper.loop(Looper.java:236)
01-14 12:26:47.495 6915 6915 E OneSignal: at android.app.ActivityThread.main(ActivityThread.java:8019)
01-14 12:26:47.495 6915 6915 E OneSignal: at java.lang.reflect.Method.invoke(Native Method)
01-14 12:26:47.495 6915 6915 E OneSignal: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:600)
01-14 12:26:47.495 6915 6915 E OneSignal: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:967)
Extension is compeletly empty and only contains Firebase libraries. So I think this is not due to extension, It is open source and you can check it on Github Repo. Most probably your app may have some harm things.
I performed some tests.
-
In the playstore it gives the error of the image I sent above
-
Exporting the apk in Kodular, when trying to install the error âapp not installedâ
- And on the companion it worked
After I removed the Push notification and Onesignalfix extensions, the installing using the apk worked.
You are totally right. I am impressed with how dumb I am. The app works perfectly in Android 8.0 (Galaxy J5 Prime) and Android 6.0.1 (Galaxy J2 Prime)
Anyone help me how can i set block by this extension. Please show me or send a screenshot. Please
No blocks, just drag extension to designerâs view
Ok thanks you. i will check now.