Why is the Dropbox api redirecting to the wrong app?
I created a desktop Mac OS app called "DBMacApp" for testing purposes.
I worked through the tutorial at https://github.com/dropbox/dropbox-sdk-obj-c and pointed this test app to my existing Dropbox app called "ezReceipt".
Now I am trying to point to another app called "ezReceiptMac" to the same Dropbox app called "ezReceipt".
When I run and activate Dropbox from "ezReceiptMac" it still asks to grant permission to the old app called "DBMacApp" as follows:
Do you want to allow this page to open "DBMacApp"? Cancel/Allow
If I click on "Allow" it opens the old app "DBMacApp" instead of the new app "ezReceiptMac" that is currently running.
Why is the old app being triggered to open while running the new app?
Thanks in advance