Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 3 replies, 0 views
Thanks for answering and indeed it helps me a little, about some things.
Hope you can help me for this last issue because I think if a solution exists, it is definitely the last one.
I created a project, a simple app, and an extension with a custom intent as simple as possible. I compiled it, created a new project and dragged & dropped my .appex to this new project. First error I could faced was the extension's bundle ID different from the parent app : I succeeded to change it thanks to a pre-build script.
The problem is that now, I cannot access my custom intent "Test" from the main app. It doesn't appear.
From my first app, I had to make my intent definition file "public intent classes" for both extension and app, to get access of my custom intents. The thing is, now that I want to embed my extension into an other project, I cannot change that.
Hope you understood my problem