Skip to content

Commit c182b80

Browse files
authored
Adds "ALTDeviceID" instructions to README
Explains that an ALTDeviceID entry in Info.plist is necessary for AltKit to work.
1 parent be3f14a commit c182b80

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,12 @@ Finally, right-click on your app's `Info.plist`, select "Open As > Source Code",
2525
</array>
2626
<key>NSLocalNetworkUsageDescription</key>
2727
<string>[Your app] uses the local network to find and communicate with AltServer.</string>
28+
<key>ALTDeviceID</key>
29+
<string></string>
2830
```
2931

32+
⚠️ The `ALTDeviceID` key must be present in your app's `Info.plist` to let AltStore know it should replace that entry with the user's device's UDID when sideloading your app, which is required for AltKit to work. For local development with AltKit, we recommend setting `ALTDeviceID` to your development device's UDID to ensure everything works as expected. Otherwise, the exact value doesn't matter as long as the entry exists, since it will be replaced by AltStore during installation.
33+
3034
### CMake Integration
3135

3236
Note: CMake 3.15 is required for the integration. The integration only works with the Xcode generator.

0 commit comments

Comments
 (0)