What you can do is create link something like this : appwebsite.com/1 , appwebsite.com/2 , appwebsite.com/3 something like this … but you can try anything then your app will be in default app for these link. and when app is open , the values will be saved in start value.
Then you can compare the start value such like this: If startvalue = appwebsite.com/1 then do something elseif startvalue=…
And also the source code of extension is available , you can mess up with java code and you can add some more custom functions for your extension too if you have java knowledge.
I did not create a site except for a few simple sites
other than video calling
the site does not work, it says there is no such site, I would do it somehow using VPN, but I’ll use the 1st method
How does it point to the app site even though app 1 is to that site ???
This is not my site. and you can use any url . or if you wanted a site for your app , there are available of many domains for free you can use that too. This is not right way to talk about this here. PM me if you have any problem. I will reply you thereby.
use start value to get URL inside Kodular application, in fact start value in kodular just only occurs when the screen is first opened
When the application is paused and you reopen it using a deeplink, no new URL will be obtained
Deeplink from @Deep_Host is using special block to get URL, you can get new URL anytime the screen is resume or first opened, but he doesn’t support his extension anymore
For anyone who can make a deeplink extension like the one deephost made please let me know, i am willing to pay for it
Yes, I could not solve it yet, there is a need for such an extension. Now, when you create a link for our application and someone clicks on this link, it will only be opened in our application, it should come.
Create this link as many times as we want or random. should be added in such blocks.
I will wait for updates on your website, because some of my friends also want to use your aix, thank you very much for your hard work creating aix deeplink, it is very usefull
E/AndroidRuntime(12646): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.sunny/com.sunny.Screen1}: java.lang.ClassNotFoundException: Didn't find class "com.sunny.Screen1" on path: DexPathList[[zip file "/data/app/com.sunny-1/base.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]
E/AndroidRuntime(12646): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2236)
E/AndroidRuntime(12646): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2387)
E/AndroidRuntime(12646): at android.app.ActivityThread.access$800(ActivityThread.java:151)
E/AndroidRuntime(12646): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1303)
E/AndroidRuntime(12646): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime(12646): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime(12646): at android.app.ActivityThread.main(ActivityThread.java:5254)
E/AndroidRuntime(12646): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(12646): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime(12646): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
E/AndroidRuntime(12646): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
E/AndroidRuntime(12646): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.sunny.Screen1" on path: DexPathList[[zip file "/data/app/com.sunny-1/base.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]
E/AndroidRuntime(12646): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
E/AndroidRuntime(12646): at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
E/AndroidRuntime(12646): at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
E/AndroidRuntime(12646): at android.app.Instrumentation.newActivity(Instrumentation.java:1066)
E/AndroidRuntime(12646): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2226)
E/AndroidRuntime(12646): ... 10 more
E/AndroidRuntime(12646): Suppressed: java.lang.ClassNotFoundException: com.sunny.Screen1
E/AndroidRuntime(12646): at java.lang.Class.classForName(Native Method)
E/AndroidRuntime(12646): at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
E/AndroidRuntime(12646): at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
E/AndroidRuntime(12646): at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
E/AndroidRuntime(12646): ... 13 more
E/AndroidRuntime(12646): Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available
W/ActivityManager( 516): Force finishing activity 1 com.sunny/.Screen1