I have created a mobile application for android and ios with Delphi XE5. I needed a custom component, so I created a package and I wrote my component. I wrote a windows application for testing my custom compnent and every thing is OK so far. I add an instance of my component on the Firemonkey mobile form in design time and it shows it correctly. But when I try to run app on IOS Simulator or Android emulator it crashes, I think the problem is caused by not deploying my package along with my app, but I don't know how should I include this package in my mobile app deployment. Any idea?

P.S I know how to deploy database files to Android and IOS

有帮助吗?

解决方案

Run time packages are not supported under iOS. Just statically link your component to your application.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top