You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/08/01 15:54:15 UTC

[GitHub] [cordova-plugin-camera] MustafaSarhan opened a new issue, #802: Apple complains about this message

MustafaSarhan opened a new issue, #802:
URL: https://github.com/apache/cordova-plugin-camera/issues/802

   https://github.com/apache/cordova-plugin-camera/blob/4608f8ef8027a5c7130a3479c2d37a5e391c70e8/src/ios/CDVCamera.m#L167
   
   I think it's the time to change this message or even to cancel it and trigger an error to let the apps developers customize their message. 


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [cordova-plugin-camera] jcesarmobile closed issue #802: Apple complains about this message

Posted by "jcesarmobile (via GitHub)" <gi...@apache.org>.
jcesarmobile closed issue #802: Apple complains about this message 
URL: https://github.com/apache/cordova-plugin-camera/issues/802


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [cordova-plugin-camera] jcesarmobile commented on issue #802: Apple complains about this message

Posted by "jcesarmobile (via GitHub)" <gi...@apache.org>.
jcesarmobile commented on issue #802:
URL: https://github.com/apache/cordova-plugin-camera/issues/802#issuecomment-1457168770

   closing since the requested information was not provided
   
   The message is a `NSLocalizedString`, which means it can be localized (and even replaced) using strings files 
   https://developer.apple.com/documentation/foundation/nslocalizedstring


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [cordova-plugin-camera] breautek commented on issue #802: Apple complains about this message

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #802:
URL: https://github.com/apache/cordova-plugin-camera/issues/802#issuecomment-1202352203

   I agree, Cordova shouldn't be making an assumption here.
   
   For the time being, a workaround for you would likely to fork the plugin and change the text to something that is a bit more in context within your app, which sounds like is what you've already done. Apple doesn't like generic messages for permissions.


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [cordova-plugin-camera] jcesarmobile commented on issue #802: Apple complains about this message

Posted by GitBox <gi...@apache.org>.
jcesarmobile commented on issue #802:
URL: https://github.com/apache/cordova-plugin-camera/issues/802#issuecomment-1234888595

   This is not a permission request, is an error shown when the permission was rejected, but you should have requested it first. 
   The link you provided is about requesting the permissions.
   Can you share a screenshot of Apple's message?


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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