Skip to content

Commit 6623c2f

Browse files
committed
docs: removed building iOS cordova through console
1 parent d1e87d3 commit 6623c2f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@
205205
206206
- Delete your app from the device *(resets the Apple AASA scraping)*
207207
208-
- Compile your app *(`cordova build ios --developmentTeam="PW4Q8885U7" --device;`)*
208+
- Compile your app *(`cordova build ios` `phone gap build ios` `ionic build ios`)*
209209
210-
- Open the app in Xcode and set your Provisioning Profile `Development Team`
210+
- Open the app in `Xcode` and set your Provisioning Profile `Development Team`
211211
212212
- Launch your app to `device` *(not Simulator or TestFlight)*
213213
@@ -225,7 +225,7 @@
225225
226226
- Delete your app from the device
227227
228-
- Compile your app *(`cordova run android`)*
228+
- Compile your app *(`cordova build android` `phone gap build android` `ionic build android`)*
229229
230230
- Launch your app to `device` *(not Simulator or Genymotion)*
231231
@@ -700,6 +700,8 @@
700700
- Always use the `Branch.initSession(function(data) {});` to read Deep Link data
701701
702702
- Always test on `device` (`simulator` `browser` `genymotion` will break)
703+
704+
- You must launch the app through `Xcode` for iOS
703705
704706
- Other deep link plugins (ex `cordova-universal-links-plugin`) will interferer with Branch
705707

0 commit comments

Comments
 (0)