Need to open wechat mini program from chat location - wechat

We want to forward WeChat message as Mail using our applet. How to configure to open WeChat mini program from SMS/chat location?

At first, open wechat-miniprogram from other apps means that the app open the wechat and transform params to open miniprogram.
It needs to download android and ios wechat-sdk package into your apps.
Using the method of wechat-sdk package to auth and open wechat in your sence.
To hope it could help you.
Docs:https://developers.weixin.qq.com/doc/oplatform/en/Mobile_App/Launching_a_Mini_Program/Launching_a_Mini_Program.html

Related

Linphone iOS push notification and App ID

I'm wondering question about push notification for Linphone (installed from AppStore). I'm not Apple Developer and not famous with APN details just trying to setup Flexisip proxy as frontend for Asterisk and everything works except PUSH.
I see that Linphone sends pn-param=ABCD1234.org.linphone.phone.voip so I assume that I need to get certificate associated with App ID org.linphone.phone
But the problem I cannot register this App ID on developer.apple.com because it returns "An App ID with Identifier 'org.linphone.phone' is not available" error.
Is there any way to change pn-param sending by Linphone? Or I can use another App ID with Linphone?
Any advice appreciate.
Thank you!
Indeed you can't create an app with a package name that is already being used.
But you can't either use our push notifications as our certificate used by sip.linphone.org flexisip is private.
What you can do is build your own iOS app using another package name, and generate & install your own push certificates on your flexisip push gateway.
Cheers,

How to setup wechat mini program push message service?

I need to send service alerts to wechat mini app users.
I have been trying to setup it for wechat mini app but some how not able to get exact document to integrate service or I am missing something somewhere.I have been following this document link.
https://developers.weixin.qq.com/miniprogram/dev/framework/server-ability/message-push.html#option-url
But they are asking for Token which I do not know to get.
Please someone help me to solve this problem.
Thank you in advance.
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/template-message.html
I tried above thing but it is not suitable for my requirement.
In your question,there are following parts:
mini program user
your wechat mini program
wechat server
your own backend server
I suppose that you want to send messages to mini program user ,not receive messages from wechat server. The first link you give describes how to receive messages from wechat server. so it is not what you want.you provide the address and token to wechat server,and they can use the token to sign the request and you can verify the requsest if it is from wechat server.so the token you provide can be any valid string.you don't need to get it from somewhere
Second link is right ,and you can check this link to get the rest api address and request parameters.you must use your https backend server to request wechat rest api.

Wechat Mini Porgram Push Notification

Hi Recently I came to know about wechat mini program but as material is very less so I am unable to differentiate the official account and mini program.
I came to know that wechat mini doesnt have push notification but client wants to send the push notification from mini program.
The requirement is that mini program URL will be configured in official menu URL so when User will click to the link wechat will redirect to mini porgram when user clicks on any action then an API call should happen back to the offical program and send the push notification using union ID. Is my assumption right and is it possible?
If by "push notification", you mean sending template message to WeChat users. WeChat's mini-program does offer an API for that.
Here's an article on how to do it
And the other solution as you mentioned, using unionID to get user's official account openID to send a message would also work, but the process is way more complicated. Because currently, WeChat doesn't have a simple API that let you retrieve user's openID with unionID. Meaning you will have to store the relationship of unionID and openID by yourself.
Hope this helps. :D
I think you maybe need the customer service message function,here is the article from the official sites:
customer service message

launch sms application from browser in Meteor

A Meteor client code running on smartphone needs to send SMS using the phone sms app. How would you approach this task with out EmailSMS gateway?
All the SO posts I read were not Meteor specific. Any one tried this Cordova extensions and can give some feedback on how to use it? Thanks
The Cordova access rules you mention are only to handle special links that open the device's default app which handles the corresponding service.
Think of it exactly like a Open a mail composer in a browser, that opens an email creation window from your default mail client when you click on the link. You can even pre-populate the body content of your SMS, like with the mailto link.
Now if I understand correctly your objective, you would like to automatically send an SMS, as if you had sent an email to an Email2SMS 3rd party service that would convert it to an SMS and send it to your recipient on your behalf. Except that you want to get rid of that 3rd party?
In that case, you would be interested in actual Cordova plugins for SMS functionality.

How to upload or send photo from iOS device to web server

How can I allow a user from an iOS device to upload an image to my server using asp.net?
NOTE A native iOS application is not an option for us at this time.
I'm open to any crazy idea, like emailing the image to some email address that I monitor which in turn puts it into a database that the web application is using.
Sending via email is common practice as far as I know.

Resources