Hello TolerroDev,
You won't be able to use a Wildcard App ID to distribute your application.
So that you don't have to create explicit App ID's and provisioning profiles for each project manually in the member center, we recommend you start using Xcode's automatic provisioning/team based code signing instead. Then Xcode manages them all for you.
The following Technical Q&A explains how to migrate from the old way of manually managing your provisioning profiles/App ID's to letting Xcode mange them for you. You can also use the Technical Q&A to make sure you have your code signing setup properly. This is useful as it makes the code signing process easier and has been the recommended workflow since Xcode 5. It can be used in iOS, Enterprise iOS, tvOS and watchOS projects.
Technical Q&A QA1814
Setting up Xcode to automatically manage your provisioning profiles
<https://developer.apple.com/library/ios/qa/qa1814/_index.html>