Is it possible to upload an Android app (with split APKs) and an iOS app with same package IDs to Fabric Beta?

158 Views Asked by At

I'm developing a React Native application. We are using Fabric for beta testing. Is it possible to upload

  • Android app with split APKs ("armeabi-v7a" and "x86")
  • iOS app

with the same package ID?

1

There are 1 best solutions below

1
On BEST ANSWER

Thanks! Yes this is possible, however you will need to create blank apps in AS and Xcode to get the initial skeleton setup in Fabric. Then you will be able to distribute your React Native app for both platforms.