chrisribe / ti-firebase

Appcelerator / Titanium module project to build and use the google firebase SDK
Other
33 stars 14 forks source link

App store publish fails (0 entitlements) #9

Closed chrisribe closed 8 years ago

chrisribe commented 8 years ago

It seems that when I try to publish to the app store, apple sees the firebase sdk files as stand alone binaries. I get missing entitlements for all firebase related frameworks.

Testing right now under different configurations... I have been on this for 2 days now and seem to have found a solution. Will update solution here and push the fix once tested.

chrisribe commented 8 years ago

Update

It seems that dropping the framework files in the Ressources folder causes appcelerator to re-include (not sure) the module sdk files. This causes app store validation issues, the upload and validation screens will show, your app the sdk files with missing "entitlements" and "None" for provisioning profile. Here is a screen shot: screen shot 2016-07-28 at 10 36 52 am

After tests, I found that moving the files to the platform folder fixes the issue. I can't seem to remember why I used the Ressources folder in the first place. Changing master branch to reflect this...