airsdk / ANE-PlayAssetDelivery

Play Asset Delivery ANE
2 stars 2 forks source link

What happens in iOS or WinApp? #10

Open megajogos opened 2 years ago

megajogos commented 2 years ago

What happens with the iOS app or winApp? Our game is multiplatform we have to do a diferent code for iOS and Android?

ajwfrost commented 2 years ago

Yes, this is just for Android (well, only for apps that are distributed via the Google Play Store). For other OS - you could perhaps write an abstraction layer to be able to access assets regardless of which OS/mechanism is used, but you'd need to use the 'install-time' mechanism on Android I guess. Unless you also have async download of asset files on the other platforms...