objective c - iOS today widget for two trargets in same project -
objective c - iOS today widget for two trargets in same project -
i have today widget, (that i've localised specific target), shows 1 build target have, main version of app. how can set available other (/all) target in same project?
10x in advance...
your today target needs start same bundle id containing target.
assuming apps com.mackstein.target1 , com.mackstein.target2
then need 2 today widgets bundle ids like:
com.mackstein.target1.today1 , com.mackstein.target2.today2
the easiest way accomplish duplicate existing today1 widget target, tweak bundle id, , include new today2 target in target2
it annoying, haven't found improve solution.
ios objective-c ios8-today-widget ios-extensions
Comments
Post a Comment