You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I change the bundle-id I get Embedded binary's bundle identifier is not prefixed with the parent app's bundle identifier error because com.alfresco.mobile.AlfrescoDocumentPicker is not compatible with the new bundle id.
I fixed by substituting every occurence of com.alfresco.mobile with the new bundle id and it builds.
The problem is that I'm not sure that all will work because doing like that i substituted:
If I change the bundle-id I get
Embedded binary's bundle identifier is not prefixed with the parent app's bundle identifier
error becausecom.alfresco.mobile.AlfrescoDocumentPicker
is not compatible with the new bundle id.I fixed by substituting every occurence of
com.alfresco.mobile
with the new bundle id and it builds.The problem is that I'm not sure that all will work because doing like that i substituted:
For example: will Google QuickOffice still work?
The text was updated successfully, but these errors were encountered: