Hi Everyone,
I have an iPhone app with watch app and extension. I'm getting the following error when building:
"ITMS-90477: Invalid Bundle Identifier - Attempting to change bundle identifier from com.company.myapp.watchkitapp to com.company.myapp.watchkitappp is disallowed for bundle My App.app/Watch/My App Watch.app."
The thing is I always used the second id (yes with triple p).
I already check my identifiers on developer.apple site, there is no identifier with "watchkitapp" but "watchkitappp" is.
Same for the XC side.
When I trying to get first id I get; An App ID with Identifier 'com.company.myapp.watchkitapp' is not available. Please enter a different string.
Any help is appreciated.
Thx.
Post
Replies
Boosts
Views
Activity
Hello everyone,
I have an iOS app that can control simple specific BLE device. Also I have simple watchOS app for scanning and connecting devices with its buttons.
Here it's my problem, I am using WCSession sendMessage func to communicate with the containing app. When I test the project with iPhone 8 (iOS 13.7) and Apple Watch Series 2 (watchOS 6.2.9) everything works fine, all the background tasks, session communications etc. But when I test with iPhone 11 (iOS 14.1) and same Watch 2, WCSession is not active from watch side.
Why its working almost perfectly on iOS 13.7 iPhone 8, but not on the iOS 14.1 iPhone 11. Is there any compatibility problem here?
Thanks.