submission

asp.net prevent form submission twice

こ雲淡風輕ζ 提交于 2019-11-30 08:31:31
问题 I have a web forms web application (asp.net 2.0). When the user submits the form I have the submit link actually going away so they can't submit it again. However, they could press F5 and that is causing another insert into the database, which I don't want to have happen. Is there a setting of some sort that I can set if/when they do press F5 to tell the page - don't submit again? 回答1: It sounds like you're doing a postback to the same page, then inserting to a database before redisplaying

Is there another way of launching the Messages app in iOS? (for donations)

匆匆过客 提交于 2019-11-30 05:17:07
We're trying to submit an iOS app that makes charitable SMS donations. We've done a number of these in the past without issue; but Apple is no longer willing to accept our approach and have rejected our app. Their claim is that the app doesn't comply with point 21.2 of the guidelines. Which is: 21.2 The collection of donations must be done via a web site in Safari or an SMS In the past, and in this current app, we are using MFMessageComposeViewController in the MessageUI framework to build the SMS message. We use this because; being a donation to a shortcode we need to be able to write a

ios - instagram login with new instagram graph api?

倾然丶 夕夏残阳落幕 提交于 2019-11-30 04:20:15
问题 Instagram depreciates old Instagram Platform API. Graph API, extensively involved with facebook, is presented. But as far as I understand, it is not a replacement. I only plan to use instagram for login purposes, like facebook login, in my app. However, I cant find a way to implement that with new graph api. Is it possible? Note: I submitted a client with old platform api, but cant get a response for 2 weeks and counting. Any help appreciated. 回答1: With new Instagram Graph API, there is no

Same app name but different country and binary

﹥>﹥吖頭↗ 提交于 2019-11-29 17:39:27
I have a version of an app that is currently available in the mexico store, but I would like to do a colombia version. The the data used and the UI will change somewhat. Can I create a different binary to upload to a different store and still keep the same app name? I found the question above somewhere with no answer, just editted it a little. I found that question because it is my question now. Can you give me any ideas or advice? Thanks for anyhelp or advice that you can give. You can't upload a different version for each country, but you could detect the users location and then change the

iphone app minimum iOS required

一曲冷凌霜 提交于 2019-11-29 16:44:53
I am using Xcode 4 for my app. I have set my base SDK to 4.3 for both the Project and Target. I would like to know which value in the setting dictates the "Requires iOS 3.0 or later" (for example) displayed in the app store. Is it... The base SDK set for the project and target set in 'Build Settings' The 'Deployment Target' set in the 'Info' tab for the project. The 'Deployment Target' set in the 'Summary' tab for the target. Thanks for your help it is your project->Targets->your project->Search "iPhone OS Deployment Target" Right click on your Project -> Go to Get Info -> Go to Build tab ->

How to Codesign and Sandbox Helper Application in Xcode 4?

≯℡__Kan透↙ 提交于 2019-11-29 12:55:49
问题 This is the problem: I have a MainApp that contains an HelperApp. The Helper app is used for the login items so i need to differentiate MainApp and HelperApp bundle IDs. I copied the HelperApp into MainApp thanks to the BuildPhase Copy. If I Codesign and Sandbox the HelperApp the upload phase stops... with error related to the provisioning profile. If I don't code sign/sandbox the HelperApp the upload works but after 2 minutes I receive an invalid binary" that warns me about the "App sandbox

Submit an universal app as iPad only app to Apple

柔情痞子 提交于 2019-11-29 07:04:14
I created an universal app with the window template in xcode. Now I want submit just the iPad version of my app, because the iPhone version is not yet fully programmed. How is this possible? What do I have to change? (target settings, info.plist, etc.?) Two things. First is remember you have settings for active target, and project. I'm not sure which place things should be, but I made these on the target. Set 'Build Active Target Only' to true. Set 'Target Family Device' to iPad. You'll know this worked because the number of compilations will be cut in half, and when you upload to iTunes

Mailchimp form not submitting

空扰寡人 提交于 2019-11-29 04:37:50
I am trying to integrate MailChimp into a simple web site with form for submitting one's email to get more information. However, even after integration into existing web site form, it still does not submit any info to the List that has been setup on the MailChimp system. Since the integration into existing form did not work, I decided to go back a step and simply test the vanilla code that was produced by MailChimp - but even this will not work, so I did a search and found that this is a common problem with MailChimp as described on their web site: QUOTE 'My form isn't doing anything after

Is there another way of launching the Messages app in iOS? (for donations)

我怕爱的太早我们不能终老 提交于 2019-11-29 03:32:52
问题 We're trying to submit an iOS app that makes charitable SMS donations. We've done a number of these in the past without issue; but Apple is no longer willing to accept our approach and have rejected our app. Their claim is that the app doesn't comply with point 21.2 of the guidelines. Which is: 21.2 The collection of donations must be done via a web site in Safari or an SMS In the past, and in this current app, we are using MFMessageComposeViewController in the MessageUI framework to build

Naming an iOS app for submission

房东的猫 提交于 2019-11-28 23:32:14
iTunes Connect accepts names for the app to include symbols like "+". But when I am trying to submit the app with an Xcode project name that includes "+" I receive the error that the name of the project or the name of the application (or product, do not remember which) cannot include symbols like "+". So I ended up removing the "+" symbol from the name of the product. Therefore the name on the App Store includes "+" but when installed on the device the name does not include the symbol "+". How can I resolve this issue in the next submission? What name will be the name of the app on the device?