Stanislav
Stanislav
I found solution. ``` Branch.initSession().then(function(data) { var campaign_name = data['~campaign']; }); ``` I found example of data here https://help.branch.io/developers-hub/docs/attribution-api#handling-deep-link-data ``` { "randomized_device_token": "823600311503935224", "link": "https://example.app.link/X7OsnWv9TF", "session_id": "429691081177874743", "data": "{ "$canonical_url":...
I have the same problem. Debian version is 11 3proxy version is 0.9.4 ``` nserver 8.8.8.8 nscache 65536 daemon connlim 2 0 * * timeouts 10 15 30 60 180...
Can anybody help me? How can I limit users?
Can anybody post example of config how to limit connections of users?
@phantomcraft your config is not working: ```connlim 1000 120 * user1,user2,user3,folk1,folk2,folk3``` I got error: ```Command: 'connlim' failed with code 1, line 6``` But this config is working well: ```connlim 1000...
I have the same problem. Proxidize Android Legacy v 2.1.6 Android v 13 Clear cache helped me. But I have to do it constantly
I have the issue. - I have cleared cache. - I have run the app and tried to connect - connection sucess. - I have closed app - I have...
cordova create MyApp cd MyApp cordova platform add android index.js: document.addEventListener("deviceready", onDeviceReady, false); function onDeviceReady() { alert('test'); } cordova build android I see alert 'test' cordova plugin add https://github.com/ragcsalo/cordova-plugin-wallpaper.git cordova...