OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your Ionic, PhoneGap CLI, PhoneGap Build, Cordova, or Sencha Touch app with OneSignal. Supports Android, iOS, and Amazon's Fire OS platforms. https://onesignal.com
Other
251
stars
199
forks
source link
[Bug]: This application or a bundle it contains has the same bundle identifier as this application or another bundle that it contains. Bundle identifiers must be unique. #982
I updated OneSignal to "onesignal-cordova-plugin": "^5.1.0" and since then Xcode won't test my app on my phone. I was using version ~3 before.
It gives me the error:
This application or a bundle it contains has the same bundle identifier as this application or another bundle that it contains. Bundle identifiers must be unique.
I did follow the install steps and have given my extension the Bundle ID:
com.soundwheel.soundwheel.OneSignalNotificationServiceExtension
And my app the Bundle ID:
com.soundwheel.soundwheel
Steps to reproduce?
1. Update OneSignal
2. Create the service extension according to the manual
3. CMD+R
What happened?
I updated OneSignal to
"onesignal-cordova-plugin": "^5.1.0"
and since then Xcode won't test my app on my phone. I was using version ~3 before.It gives me the error:
I did follow the install steps and have given my extension the Bundle ID: com.soundwheel.soundwheel.OneSignalNotificationServiceExtension
And my app the Bundle ID: com.soundwheel.soundwheel
Steps to reproduce?
What did you expect to happen?
I expected it to run my app and not complain.
OneSignal Cordova SDK version
5.1.0
Which platform(s) are affected?
Relevant log output
Code of Conduct