beeper / phone-registration-provider

A small service that generates iMessage registration data on a jailbroken iPhone
GNU Affero General Public License v3.0
96 stars 21 forks source link

Add serial number to getIdentifiers dictionary #4

Closed iCrazeiOS closed 5 months ago

iCrazeiOS commented 5 months ago

I saw that it was omitted due to lack of an API. Hopefully this helps

Also swapped uuid.description with uuid.UUIDString, which is the proper way to convert NSUUID to NSString.

itsjunetime commented 5 months ago

Thank you so much!