-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update for Android-specific project set bundleSeedId
value to "" and display error on descriptor generation
#192
Comments
Can you elaborate on what you did to get it to drop the config value? |
I believe I've just stumbled upon this. I am using APM and setting up an Android only app and have:
returns: Do I need to set bundleSeedId manually to something? |
@crooksy88 If you run |
Thanks Michael, my issue though is that this is an Android only app, whereas the bundleSeedId appears to be an Apple requirement. So without a bundleSeedId from Apple, what should I set this to, as it is a requirement? I have currently set it to '1' which has removed the error. Thanks. |
Ah yeah, if you aren't producing an iOS build just set it to any value is fine. I have a bit of work to do around specifying project platform outputs and handling this but I'm working on it. |
Updates for the Android-only variant of ANEs will drop the iOS-specific
bundleSeedId
value to "" and then display an error message that this value is missing and not generate a descriptor after this.Thoughts about it:
The text was updated successfully, but these errors were encountered: