I am unable to launch Safari Launcher with latest appium version 1.5.3 .While building safariLauncher app ,i gave bundle id as com.imom.TestingApplication ,but when appium session is running ,it is considering other bundle id com.byterac.SafariLauncher . Please help me ,how to resolve this problem.
I am able to launch safariLauncher with Appium 1.4.13 version ,But this appium doesnt support for parallel execution
.Any has any idea ?
facing the issue… do anyone have solved this…
Please try with below steps:
- Go to Apple Developer Page
- Open the page [Certificate, Identifiers & Profile]
- In the [Identifiers] click on [App IDs] → Delete the old App IDs (which one has “com.imom.TestingApplication”)
- Create a new one with type “Wildcard” and the bundle idle has to be: com.byterac.*
- In the [Provisioning Profile] click on [Development] then choose the iOS Provisioning Profile that you created before
→ Edit it to change to the new App IDs which was created above. - Download it and double click to open it in Xcode.
- Now, you need to rebuild the SafariLauncher again with the new Provisioning profile. DON’T forget to put [com.byterac.SafariLauncher] in the [Bundle Identifier] in Xcode
Is there a way to accomplish this, without paying $99 to Apple? I’m using a free Apple Developer account, but then I don’t have the options in the Apple Developer page.
I have never tried with the free Apple Developer before (I didn’t know how to get it). I have no idea with it…