-
Notifications
You must be signed in to change notification settings - Fork 85
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
Fabric: Create simple bash script that creates the entries you need to add to your Info.plist.xml to make Fabric work in your app #99
Comments
@BlueRiverInteractive Do you have any sample that Answers work? I add this to Info.plist.xml:
And this code to didFinishLaunching:
But it not work, app not show in Fabric portal. |
Same here, after adding the corresponding APIKey entry in Info.plist.xml, and the Fabric init, I get the following logs:
And the app won't show up in the Fabric dashboard. ./Fabric.framework/run which is turns seems to be handling what fabric needs to register the app. Not sure that will fix the I've seen this "run" script bundled as well in the robovm version so that should be feasible. |
In Xcode base project, Fabric must run sh script and it upload dsym to Fabric server. I don't know Answers require it but this is ./Fabric.framework/run script content:
I try to run this after build process but without success, it hard to automate find Fabric.framework in gradle cache folder, one solution is copy to projects folder, but what about dsym, so I use facebook analytics instead and waiting for solution. |
Are you getting the same log I'm getting in your app?
|
Finally i can make it work, you can follow this simple step:
4, Close xcode, back to your robovm app, paste to Info.plist.xml. add this code to IOSLaucher and it will work:
I am asking fabric team to find more automate step. Because Fabric will upload icon, send bundle id and more to fabric server. |
No description provided.
The text was updated successfully, but these errors were encountered: