How can I get app ID for my app in Samsung appstore? - samsung-smart-tv

How can I get app ID for my app in Samsung appstore? I already checked app status through the Seller Lounge and see that my app is Launched for all devices, but I can not find it in the store https://www.samsung.com/us/appstore. Has anyone faced a similar problem?

Related

User can download same application in many device using same apple id

User can download same application in many device using same apple id? is it written in any document? or is there any restriction on downloading same app ?
If you are testing app in multiple devices in development phase than you have to add all devices UDID in your apple account.
No issue for same appID

Export iPhone App for WWDC Submission

I will shortly be applying for the WWDC Student Scholarship. I have been working on an app that I would like to link to in my application. The app is not currently on the App Store.
When I export the app by exporting the .ipa file through Xcode, and email it to a friend for testing, he is unable to transfer the app from iTunes to his iOS device.
I can set up an Ad Hoc profile for him so that he can test it, but I obviously don't have information affiliated with iPhones Apple will use to review the app once I submit it to them.
What must I do to allow the app to run on any iOS device without setting up Ad-Hoc accounts for each?
Have you looked at the submission page? Login required: https://developer.apple.com/wwdc/scholarships/application/
It says your app must be on the App Store. First submit it to the App Store, then once it is approved you can apply for the student scholarship.
Without the device ID of the test phone, you can't distribute your app in development mode. One thing you could do is setup a free TestFlight account, include TestFlight in your app (takes about 10 mins to setup), and then include the TestFlight tester signup link with your application. Then if they want to try your app they can follow that link to register their device with TestFlight, then you'll get alerted when they do that and you can recompile your app with their device id and push it to them via TestFlight.

How to test an iOS Facebook app before getting an app ID from Apple?

I'm developing an iPhone app which uses Facebook sharing. I cannot create the Facebook app because it requires an "iPhone app store ID". I don't have this id because I haven't submitted the app yet. I can't submit the app because it doesn't work yet... because the Facebook integration isn't set up.
It seems that I'm stuck in a paradox! Am I missing something?
You can generate an Apple ID for your app, by logging into iTunesConnect and going through the submission process. Just stop short of clicking the 'Ready to Upload' button. Then your app will have an Apple ID that you can use, and you can still go back and change any of the metadata that Apple asked you to enter (description, keywords, screen shots, etc.).
Once you've finished building your app, log back into iTunesConnect, make the final changes to your App Store details, then upload the binary.
You don't need YOUR Appstore ID, you just need ANY. This ID is used for a link from facebook to your App in the store. As long as you don't care that this link will leed to another app - not yours - i.e. while testing, you can just enter any Appstore ID. That's what I did and it works fine.
Facebook's iOS tutorial says:
iPhone App Store ID - If you have an iPhone app that is listed in the
iTunes App Store enter the ID here, e.g. 123456. If Facebook links out
to your app and finds that the user does not have your app installed,
then it will take the user to your app in the store. The user can then
install your app. If your app is not in the iTunes App Store you can
enter any valid app's ID but be sure to update this when your app is
approved in the App Store.
For testing use 0(Zero),
iPhone Store ID = 0
iPad Store ID = 0
and click on Save Changes.
0 Will be disappeared but your work will be done.
Note:- update this id before going live.

Testing Facebook Native iOS App

I would like to integrate Facebook into an iOS application I am building, however it seems there is no way to set up a Facebook 'Native iOS Application' with an iOS application that is not already published and available in the App Store.
When I Set up a Native iOS Application for my Facebook App from my Facebook developer's account it requires that I fill in my App Store ID. However when I submit I get the following error message:
Your iPhone App Store ID is invalid because the iTunes App Store
reports your app as being unavailable for iPhone and iPod touch.
I have set up my application on iTunes Connect, but I have not submitted my binary yet as I am in the process of building it, so I assume that this message is due to it being unavailable on the App Store.
This seems like a catch 22 situation. I can't test my app until its in the App Store but I can't get my app in the AppStore until I have tested (and built) it. How can I test my iOS application with Facebook before release?
I've been there, but the solutions is simple.
Don't fill out the Facebook 'Native iOS Application'!
For testing all you needed is the Facebook appid.
Later on in the Deep Linking portion of the iOS Facebook Tutorial, it also mentions the AppStore ID and that you can use somebody else's ID temporarily to get all the data to save. They just say to make sure you use your own id when you finally do publish the app.
I dont think facebook Native iOS App settings are necessary. I have done facebook login with it in two of my apps and without it in one of my app and all are running well. Here are workaround by me:
Native iOS Facebook SSO won't return to app

Can the Apple ID be accessed?

When app's are installed from the App Store, the user must provide their App ID password.
Can the app being installed identify the Apple ID for the iPhone that the app is installed on?
If so, where is the API please?
I'm afraid not, Apple is even phasing out iOS UDID access to solve privacy woes in iOS 5.