kivy / plyer

Plyer is a platform-independent Python wrapper for platform-dependent APIs

Home Page:https://plyer.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS17 uniqueid TypeError

sysnux opened this issue · comments

Hi,

uniqueid.uuid is generating this error on iPhone (not in Simulator:

  File "/.../site-packages/plyer/platforms/ios/uniqueid.py", line 19, in _get_uid
     uuid = UIDevice.currentDevice().identifierForVendor.UUIDString()
 TypeError: 'Swift.__StringStorage' object is not callable

I've seen another issue concerning uniqueid here #615, but this one is new.