Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Generating Random iOS Device Info in auth.json

jjskuld edited this page Nov 7, 2016 · 6 revisions
  1. In auth.json, set DevicePlatform to "ios" and DevicePackageName to "random", and save the file.
  "DeviceConfig": {
    "DevicePlatform": "ios",
    "DevicePackageName": "random",
  1. Next start up the application and it should generate the iOS device settings.

  2. After you start the application once, you should change DevicePackageName to "custom" so that it doesn't keep generating new data each time you start the bot.