TheLakshya
(Lakshya Pratap)
December 12, 2020, 11:24am
1
how can i use api.myip.com to set the default country code to the users country during mobile verification…i dont have information about api and json…it will be better for me if u show me the blocks
gopi
(Gopi Killer)
December 12, 2020, 11:31am
2
This may help you to find users country code
1.Introduction
IP Tracker Extension v1
This extension returns your IP address ,country, state, timezone, Pincode ,lat, lon etc. you can also search the custom IP address manually to track the locations.
Blocks
[1]
App Screenshots
[Screenshot_2020-04-30-17-22-26-816_io.makeroid.companion]
[Screenshot_2020-04-30-17-22-33-885_io.makeroid.companion]
Demo Apk:- IP_Tracker.apk (5.0 MB)
Update v2
Country Flag Added
Download Links
Download AIX :com.avmcreators.IpTracker.aix (105.4 KB…
2 Likes
TheLakshya
(Lakshya Pratap)
December 12, 2020, 12:29pm
3
it would be good but its not getting country code…i mean phone country code like for india it is +91 and for united states it is +1 …instead it is getting country code as US for united states and this will not work in phone verification
gopi
(Gopi Killer)
December 12, 2020, 12:37pm
4
Using ipapi - API Reference | IP Location Examples this you can get country calling code. But you need some knowledge about API and JSON
Learn how to fetch json data from api using dictionary in kodular
Recently Kodular has removed the Json component but has added the Dictionaries.
The Dictionaries can be used to obtain data from a Json in a simple way.
Using the dictionaries you don’t need to use any Json extension.
First of all, dictionaries are not a component. That’s why you won’t find it in the Designer.
You will find it in the block section:
[imagen]
In this example we are going to obtain the data from the Api newsapi.org
The idea is to get something like this:
[Tutorial Json Api …
TheLakshya
(Lakshya Pratap)
December 12, 2020, 12:48pm
5
its too complicated can u plz simplify it for me
gopi
(Gopi Killer)
December 12, 2020, 1:20pm
6
Here i made everything for you with XML data
Output:
4 Likes
TheLakshya
(Lakshya Pratap)
December 12, 2020, 4:20pm
7
i tried it but its only working with button click i want it to change text of textbox with screen initialize
gopi
(Gopi Killer)
December 12, 2020, 4:25pm
8
@Lakshya_Pratap1This is just a reference for your understanding. You can make changes according to your requirement.
TheLakshya
(Lakshya Pratap)
December 12, 2020, 4:26pm
9
i know and i tried but it didnt work with screen initialize
gopi
(Gopi Killer)
December 12, 2020, 4:26pm
10
What did you tried? Show your blocks