When creating a release build for Windows 8 app, should I use a neutral appx?
Or should I use an app bundle with x86, x64, and ARM separately?
What exactly is the difference? Pros/Cons?
If your app is using any c++ dlls for example SQLite you need to deploy each version separately. Otherwise you can release anycpu version. Note in UWP app (win 10) there is no longer an any cpu option.