Skip to content

一种Android客户端获取唯一设备ID的方案

License

Notifications You must be signed in to change notification settings

BillyWei01/Udid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

edfea19 · Mar 16, 2024

History

34 Commits
Mar 16, 2024
Mar 16, 2024
Nov 26, 2021
Oct 15, 2021
Mar 9, 2024

Repository files navigation

UDID

本项目提供一种Android移动设备构造UDID的方案。
项目分为两个目录,UdidClient和UdidServer。

使用方法

客户端和服务端分别在Android Studio和Intellij IDEA上开发,在对应的IDE上运行即可。

客户端代码,需要先修改URLConfig的地址:

object URLConfig{
    const val DEVICE_ID_SERVER = "http://192.168.0.113:8080"
}

相关链接

https://juejin.im/post/5d8ab56df265da5bb252d67c

License

See the LICENSE file for license rights and limitations.

About

一种Android客户端获取唯一设备ID的方案

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published