App Package Selection
TikMatrix Pro allows you to choose which app packages a script targets before running. This works for all scripts — not just Match Accounts — and gives you full control over official apps, alternative builds, and clone apps on every device.
Where to Find It
The App Package Selection section appears in the Run Script dialog that opens when you click Start Script for any script. It is located directly below the platform selector.
Official Packages
Select one or more official package names to include. The defaults are:
TikTok
| Package | Description |
|---|---|
com.zhiliaoapp.musically | TikTok Global (selected by default) |
com.ss.android.ugc.trill | TikTok Asia / International |
Instagram
| Package | Description |
|---|---|
com.instagram.android | Instagram (selected by default) |
Clone App Package Prefix
If you have clone apps installed (e.g. parallel-space copies or repackaged variants), enter their common package name prefix here. TikMatrix Pro will automatically discover all installed apps whose package name starts with that prefix and include them in the script run.
Example: entering com.tiktok.clone. will match com.tiktok.clone.account1, com.tiktok.clone.account2, etc.
How Clone Prefix Tasks Work
When you enter a clone package prefix and run a script, the system follows a two-phase approach:
- Parent task is created — A single dispatcher task is saved to the queue. Its packagename is not resolved at this point.
- Device is queried — When the parent task starts, TikMatrix Pro runs
adb shell pm list packagesto find all installed apps whose package name starts with your prefix. - Child tasks are created — One independent child task is created for each matching package. Each child task inherits all the parent task's settings and has the discovered package name injected automatically.
- Parent task completes immediately — Once all child tasks are created, the parent task is marked as successful. It has fulfilled its role as a dispatcher.
- Child tasks execute independently — Each child task runs the target script against its specific clone app, in the normal task queue. They can be monitored, retried, or deleted individually in the task list.
The Package Name column in the Task List shows Official or Clone for each task so you can see at a glance which app a task is targeting.
How It Works (Official Packages)
- Each selected official package creates one independent task per device (or per account in multi-account mode).
- The package name is saved with every task so the correct app is always targeted.
- In multi-account mode, only accounts associated with the matching package name are assigned to each task.
Tips
- You can select multiple official packages and enter a clone prefix at the same time.
- If no package is selected and no prefix is entered, the script falls back to the default package configured in Settings.
- Switching platforms (TikTok ↔ Instagram) resets the package selection to the platform defaults automatically.