lionheart / openradar-mirror

A mirror of radars pulled from http://openradar.me/.
246 stars 17 forks source link

25342936: iOS 9.3 simulators don't retain identifierForVendor #7836

Open openradar-mirror opened 8 years ago

openradar-mirror commented 8 years ago

Description

Summary: When running on an iOS 9.3 simulator, an app will return different values for [[[UIDevice currentDevice] identifierForVendor] UUIDString]

This appears to be a simulator only bug - the problem doesn't occur on actual devices.

Steps to Reproduce:

  1. Run the attached code. All it does is display the result of [[[UIDevice currentDevice] identifierForVendor] UUIDString].
  2. Stop the app from Xcode
  3. Run it again.

Expected Results: The UUID should be the same.

Actual Results: Different UUID

Product Version: Created: 2016-03-24T18:57:54.822440 Originated: 2016-03-24T00:00:00 Open Radar Link: http://www.openradar.me/25342936

openradar-mirror commented 8 years ago

Modified: 2016-03-24T18:57:54.822620