How can I modify export compliance on App Store Connect? - app-store-connect

I realised I ticked the wrong answer on the app store connect, for an app I am willing to submit. I can't find a way to modify it on the website, can someone help me ?

Upload a new version of the build, then modify it.

Related

AppStore Connect - Is IDFA gone?

I'm uploading a new build of my iOS app and as always, I was going to check the IDFA options but I can't find them anywhere! Did something change?
It seems after requirement that apps use IDFA must ask users permission, Apple doesn't ask developers to select whether app use IDFA in App Store connect anymore.
So just submit app and don't care about it. I have submited an app successfully.

Storing access token with Expo web

I've recently decided to try and make a universal app with expo supporting ios, android and web altogether.
I knew that there would be many hick ups along the way.. but I found the biggest problem from the start.
I can see that there are few options as where to store the access token for apps such as secure store or asyncStorage, I just simply can't find a way to work with cookies or any client side store to put in the access-token.
As my app should have the stay logged in feature essentially, this will be a critical problem for the web client.
Does anybody know a good workaround this matter, or is there a way to keep the users logged in from the server side using the device / ip detail..?
Please enlighten me guys!
The web support is available in asyncStorage since v1.9.0.
So you can use it in recent versions of asyncStorage.
I've managed to do this with AsyncStorage.
import AsyncStorage from '#react-native-community/async-storage';
/// Then inside your component make an asynchronous set
await AsyncStorage.setItem(['tokenName', tokenValue]);

Add permission in the app in RingCentral production

We are working in RingCentral application and APIs with SMS and fax permissions.
The application recently moved to production from Sandbox environment.
We have now a requirement to add 2 additional permission ReadAccount, ReadContact in the app which was not added during sandbox testing.
How can we do that? I don't see any option to modify the app. Is there any way we can modify the existing app?
As per I know once your app is in production, you cannot change anything.
You need to ask devsupport#ringcentral.com for any help. Once they added the permission with your request (not sure if they do.. most probably they don't) you need to test again for that permission you acquired.
The official recommendation is to create a new app, add proper permissions and graduate it. So in that case you need to go through again.
As per the reference here
"You can clone the app, give it a new name or add a version to the new app name. Add the missing permissions and run test in the sandbox the same way as you did for the first app. Graduate your app and finally replace the client Id and secrete to use the new app. You can suspend the old app after that."
Similar question here: https://forums.developers.ringcentral.com/questions/1059/how-to-add-permissions-of-read-call-log-in-product.html

Having an issue for Shopify App listing

I have submitted My app to Shopify App store for review, I got below feedback
I was unable to install your app from the App Store listing. I was redirected to this page after clicking 'Get'. When clicking on 'Get' from the app listing, the app should immediately authenticate using OAuth. Please watch this example of what the required installation flow looks like with OAuth when clicking 'Get' from the App Store Listing.
How can I resolve this?
Any help would be greatly appreciated.
When any one click On get button from shopify app store then you must
have to check that after getting store name it will redirect to your
link on which you have check store permissions & all other things for
shopify store. After checking permissions of store it will
automatically redirect to store OAuth page then you will able to
install app.
You can also check itself where it is redirect when any one click on GET button. Steps for checking:-
Login into shopify partner account Go to Apps-> View App Listing. Then you will check by clicking GET button where it is redirect. You have to check conditions & may also you have to set your App Url Link in app which you created in Shopify partner account.
You can also these things on Shopify Official documentation.
Please Let me know if you getting issue after try this. I am Happy to help you. Thanks !!

Wordpress FB plugin

I am currently trying to make use of a FB login plugin for Wordpress.
In one of the support threads, it mentions the issue I am having is commonly fixed if you:
“Switch the “Encrypted Access Token” setting to ‘Enabled’.”
I don't have this option in the advanced app settings:
http://dl.dropbox.com/u/35816363/otto.jpg
Can someone please advise what is wrong in my app settings that this option is not available?
Thanks
Lee
Have you migrated your app to oAuth 2.0? As far as I know, that setting “Switch the “Encrypted Access Token” setting to ‘Enabled’.” will only appear when you've set your app to oAuth 2.0.
I think you could accept the migration by activating the Open Graph feature in the app settings [-> get started] (if not, I apologize in advance; I did this many moons ago ^^;) On a side note: Activating Open Graph comes with the Timeline preview in your FB profile.