You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/04/15 10:57:27 UTC

[GitHub] [cordova-ios] gambarle opened a new issue #599: Custom url scheme redirect does not work with cordova platform ios @5.0.0

gambarle opened a new issue #599: Custom url scheme redirect does not work with cordova platform ios @5.0.0
URL: https://github.com/apache/cordova-ios/issues/599
 
 
   # Bug Report
   
   ## Problem
   Using ionic cordova platform ios @5.0.0
   Url scheme redirect for OAuth log in, does not work, when app is accessed from within another app.
   This is working with cordova ios @4.5.4
   
   ### What is expected to happen?
   Installing my app from Test Flight, clicking the 'open' button inside Test Flight, opens the app and presents a login view.
   Clicking 'log in' redirects the app using SafariViewBrowser plugin to an OAuth login.
   Entering credentials, the user are logged in and redirected back to the app, using CustomUrlScheme plugin.
   
   
   ### What does actually happen?
   After entering credentials the view goes blank and does not return to the app
   
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   This might be a plugin issue with SafariViewBrowser or CutstomUrlScheme, however I have tried to reinstall these plugins with different release versions, without luck.
   the issue is not present if I use cordova ios @4.5.4
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   `ionic info
   
   cli packages: (/usr/local/lib/node_modules)
   
       @ionic/cli-utils  : 1.19.2
       ionic (Ionic CLI) : 3.20.0
   
   global packages:
   
       cordova (Cordova CLI) : 8.0.0 
   
   local packages:
   
       @ionic/app-scripts : 3.2.3
       Cordova Platforms  : android 7.0.0 browser 5.0.4 ios 4.5.5
       Ionic Framework    : ionic-angular 3.9.4
   
   System:
   
       ios-deploy : 1.9.2 
       ios-sim    : 6.1.3 
       Node       : v8.11.1
       npm        : 5.6.0 
       OS         : macOS
       Xcode      : Xcode 10.2 Build version 10E125 `
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org