ios - Unable to create dedicated App ID for Watch Extention -


i'm having trouble creating dedication appid watch extension.

so far app , corresponding watch app worked perfectly. had app id configured using bundle id similar following format: xx.yyyyy.appname, , watchkit app & extension using wildcard appid relevant (and suggested) bundle id of xx.yyyyy.appname.watchkitextension , xx.yyyyy.appname.watchkitapp , great.

i found out need change current behaviour of apple watch app share data parent app, , in order had enable app groups capabilities, found i'm not able watchkitextension (apparently app group capabilities required explicit app id rather wildcard app id).

realising don't have dedicated app id went member centre , tried make 1 unsuccessfully. following apple's guidelines i'm trying create app id same prefix of xx.yyyyy.appname following .watchkitextension.

this results in following error message:

an app id identifier 'xx.yyyyy.appname.watchkitextension' not available. please enter different string.

no matter string input same error. made sure don't have other appid similar bundleid associated it. deleted wildcard app id make sure asterisk (*) in last digit in bundle id field of isn't confusing things. no luck -> became worst. can't recreate wildcard app id had before (getting same error)

update:
found out changing first part of string (the xx part) different allows me create appid - unfortunately doesn't solve problem need have identical prefix bundle id of watch extension. thought maybe info helpful whoever try assist.

update2
i've read following stackoverflow posts, one, two, three , many others. no luck :(

i'm feeling bit lost here, appreciated!


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -