File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 205
205
206
206
- Delete your app from the device *(resets the Apple AASA scraping)*
207
207
208
- - Compile your app *( ` cordova build ios --developmentTeam= " PW4Q8885U7 " --device ; ` )*
208
+ - Compile your app *( ` cordova build ios` ` phone gap build ios ` ` ionic build ios ` )*
209
209
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`
211
211
212
212
- Launch your app to ` device` * (not Simulator or TestFlight)*
213
213
225
225
226
226
- Delete your app from the device
227
227
228
- - Compile your app *( ` cordova run android` )*
228
+ - Compile your app *( ` cordova build android ` ` phone gap build android ` ` ionic build android` )*
229
229
230
230
- Launch your app to ` device` * (not Simulator or Genymotion)*
231
231
700
700
- Always use the ` Branch.initSession(function(data) {}); ` to read Deep Link data
701
701
702
702
- Always test on ` device` (` simulator` ` browser` ` genymotion` will break)
703
+
704
+ - You must launch the app through ` Xcode` for iOS
703
705
704
706
- Other deep link plugins (ex ` cordova-universal-links-plugin` ) will interferer with Branch
705
707
You can’t perform that action at this time.
0 commit comments